Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2005-04-08fix ArrayIndex && NullPointer exceptions.Andrew Niefer1-0/+17
2005-04-08fix bug 90611Andrew Niefer3-72/+82
2005-04-08Added offset and length parameters for index entries.Vladimir Hirsl3-10/+2
2005-04-08fix 90253.Andrew Niefer6-142/+206
2005-04-08Indexer JUnit FixBogdan Gheorghe1-17/+17
2005-04-08Applied patch for Devin Steffler.John Camelon8-12/+22
2005-04-082005-04-08 Alain MagloireAlain Magloire226-53/+61
2005-04-08Added offset and length parameters for index entries.Vladimir Hirsl9-775/+891
2005-04-08Patch for Devin Steffler.John Camelon6-58/+387
2005-04-08Patch for David Daoust.John Camelon1-0/+48
2005-04-08Changed SourceIndexer to get the offsets of the name being encoded instead of...Bogdan Gheorghe1-66/+67
2005-04-08Infrastructure to help fix all the ambiguity bugs.John Camelon15-22/+106
2005-04-08Added offset lengths to index storageBogdan Gheorghe13-131/+310
2005-04-07bug 90666, fix class cast execptionAndrew Niefer3-44/+54
2005-04-07Refactored IndexerOutput to allow for passing in the length of an offset.Bogdan Gheorghe5-47/+47
2005-04-07Refactored index storage framework to allow for offset storageBogdan Gheorghe57-621/+1329
2005-04-07fixing bugs:Andrew Niefer6-85/+154
2005-04-07Patch for Devin Steffler.John Camelon4-0/+13600
2005-04-07NPE fix for Devin.John Camelon1-0/+2
2005-04-07Removed yet another warning.John Camelon1-1/+1
2005-04-07Patch for Devin Steffler.John Camelon1-0/+21
2005-04-06Fixed Bug 86274 - [Bindings] references inside typeid() don't have proper bin...John Camelon4-13/+69
2005-04-06fixed bug# 90440David Inglis4-5/+31
2005-04-06Fixed Bug 87894 - [Offset] example from windows.h generates weird AST in DOM ...John Camelon5-56/+40
2005-04-06handle typedefs of functionsAndrew Niefer2-2/+14
2005-04-06update to previous fix for 90498.Andrew Niefer2-4/+19
2005-04-06fix bug 90498.Andrew Niefer2-2/+26
2005-04-06file names in problem bindings, and don't report type problems if nothing was...Andrew Niefer2-4/+10
2005-04-06Further LocationMap fixes to remove loops.John Camelon3-7/+19
2005-04-06some changes to try and support resource level include & symbols property pageDavid Inglis3-40/+44
2005-04-06Fixed infinite loop (sorry).John Camelon2-1/+34
2005-04-06use IWorkbenchHelpSystemDavid Inglis6-11/+190
2005-04-06TemplatesAndrew Niefer34-246/+1631
2005-04-06Removed warningsJohn Camelon2-4/+1
2005-04-06Fixed Bug 90193 Scanner faililng on Local/User paths as provided in Std. MakeJohn Camelon1-15/+39
2005-04-06Removal of old file cache from DOMScanner.John Camelon3-24/+36
2005-04-06Fixed Bug 85049 -[Parser2] B * bp; declaration parsed as binary expression.John Camelon5-4443/+4574
2005-04-05Added handling for keywords. Externalize the error message actually made use ...Doug Schaefer3-5/+62
2005-04-05Removal of some java.util.Lists.John Camelon3-25/+22
2005-04-05Fixed Bug 88996 - [DOM AST] IASTFileLocation needs to make reference to line ...John Camelon3-8/+72
2005-04-05Fixed 88802 - [DOM AST] IASTTranslationUnit needs a method to return include...John Camelon5-2/+127
2005-04-05Turn on new content assist by default.Doug Schaefer4-11/+16
2005-04-05Fixed Bug 88662 - [DOM] Problem parsing postfix expressionJohn Camelon2-6/+18
2005-04-05Fixed Bug 87811 - [Parser] NPE found in ASTNode#getNodeLocations() with probl...John Camelon4-5/+8
2005-04-05Added support for MacroExpansions as IASTNodeLocation.John Camelon28-745/+1869
2005-04-05Removed from version 1.3 by mistake.Vladimir Hirsl1-1/+6
2005-04-05Improved filtering of indexer problem markers.Vladimir Hirsl4-17/+32
2005-04-052005-04-04 Alain MagloireAlain Magloire3-5/+12
2005-04-04Removed junit.jar.John Camelon1-1/+0
2005-04-04Patch for Devin Steffler.John Camelon13-105/+590

Back to the top