Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11added some useful methods for creating UI controlsDavid Inglis1-0/+32
2005-04-11show id if no textDavid Inglis1-1/+1
2005-04-10Fixed 90851 - [DOM AST] NPE in LocationMap.defineObjectStyleMacroJohn Camelon3-270/+299
2005-04-09Put in various CTags problem reporting via IndexMarkers.Bogdan Gheorghe11-226/+232
Changed CTags execution to pass just the arguments in the Launch array. Modified creation of CTags file to work on all platforms. Cleaned up CTags block UI. Fixed IndexerTests to take into account new toString() representation of IEntryResults.
2005-04-08fix bug 90623Andrew Niefer6-121/+201
- allow redeclaration of typedefs of same type - allow redeclaration of a typedef to itself - if the type of a typedef is a typedef, return that typedef's type for getType() - when considering declared offset of a template instance, use the templated version
2005-04-08fix ArrayIndex && NullPointer exceptions.Andrew Niefer1-0/+17
- use null function scope for implicit methods, - implicit methods have public visibility
2005-04-08fix bug 90611Andrew Niefer3-72/+82
there is no ambiguity between a using and its original
2005-04-08Added offset and length parameters for index entries.Vladimir Hirsl3-10/+2
Refactoring of AbstractIndexer. Moved old parser specific stuff to the appropriate subclass.
2005-04-08fix 90253.Andrew Niefer6-142/+206
also clean up CVisitor creating bindings off declarators
2005-04-08Indexer JUnit FixBogdan Gheorghe1-17/+17
2005-04-08Applied patch for Devin Steffler.John Camelon8-12/+22
patch includes: - made getUnpreprocessedSignature public in IASTNode - refactored it to be named getRawSignature
2005-04-082005-04-08 Alain MagloireAlain Magloire226-53/+61
New icons from the IBM folks(Patch from DDaoust) * icons/* * src/org/eclipse/cdt/internal/ui/CPluginImages.java * src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java * src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java * src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java * plugin.xml
2005-04-08Added offset and length parameters for index entries.Vladimir Hirsl9-775/+891
Refactoring of AbstractIndexer. Moved old parser specific stuff to the appropriate subclass.
2005-04-08Patch for Devin Steffler.John Camelon6-58/+387
add the actual operator kind if need be but Andrew said it is enough to just make sure that toCharArray() always returns the same thing regardless of spaces, comments, etc
2005-04-08Patch for David Daoust.John Camelon1-0/+48
Another test for include path ordering.
2005-04-08Changed SourceIndexer to get the offsets of the name being encoded instead ↵Bogdan Gheorghe1-66/+67
of the offsets of the actual element.
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
Refactored IndexView to display offset lengths
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
Updated source indexer and ctagsindexer to add offset info to index Updated IndexViewer to display offsets Updated Index Tests
2005-04-07fixing bugs:Andrew Niefer6-85/+154
90616 - Type of an expression list is the type of last item in list 90603 - array out of bounds in CPPMethod.getScope 90662 - handle invalid redefinition of class 90608 - Don't add simpleDeclarations as function definitions 90633 - only use parameters for nodes with property IASTFunctionCallExpression.FUNCTION_NAME
2005-04-07Patch for Devin Steffler.John Camelon4-0/+13600
JUnits that cover the ISO C++ Spec. Praise be to him.
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
ArrayIndexOutOfBoundsException fix for DOMAST View
2005-04-06Fixed Bug 86274 - [Bindings] references inside typeid() don't have proper ↵John Camelon4-13/+69
bindings Fixed NPE in LocationMap.
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
View
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
a constructor initializer doesnt make sense after a function declarator
2005-04-06file names in problem bindings, and don't report type problems if nothing ↵Andrew Niefer2-4/+10
was found
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
- better handling of function templates - basic handling of class specializations - The binding for a templated declaration is now a ICPPTemplateDefinition itself instead of being a normal binding owned by a template definition.
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
of the one that was already there).
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
numbers.
2005-04-05Fixed 88802 - [DOM AST] IASTTranslationUnit needs a method to return ↵John Camelon5-2/+127
include directives in order in which they were encountered
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 ↵John Camelon4-5/+8
problematic KnR C
2005-04-05Added support for MacroExpansions as IASTNodeLocation.John Camelon28-745/+1869
Fixed Bug 88108 - Add support for Macro bindings.

Back to the top