Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Cosmetics.Sergey Prigogin1-8/+6
2010-01-04Bug 294969: Stack overflow with deeply nested binary expressions.Markus Schorn1-7/+2
2009-07-22Exponential complexity resolving overloaded function calls, bug 283324.Markus Schorn1-1/+3
2009-06-22getSyntax() does not work correctly with newlines, bug 280175Markus Schorn1-14/+19
2009-02-26Static var in source included by other source, bug 265821.Markus Schorn1-0/+11
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-1/+12
2008-12-22Implementation of IASTNode.getSyntax(), bug 250251.Markus Schorn1-0/+4
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-3/+8
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+22
2008-11-26Add method IASTNode.getChildren()., bug 256127Markus Schorn1-0/+5
2008-10-14Information about syntax between ast-nodes, bug 250251.Markus Schorn1-3/+104
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn1-5/+1
2007-11-22Static variables/functions declared in headers, bug 180305.Markus Schorn1-0/+11
2007-11-14Makes CPreprocessor the default scanner.Markus Schorn1-1/+11
2007-11-12CPreprocessor can replace DOMScanner.Markus Schorn1-1/+16
2007-11-06Follow up for deprecated methods in IASTTranslationUnit.Markus Schorn1-7/+9
2007-11-06Deprecated methods in IASTTranslationUnit.Markus Schorn1-3/+10
2007-11-06Parser tests using CPreprocessorMarkus Schorn1-7/+27
2006-11-16Fix for 162168, storing enclosing definition in index.Markus Schorn1-0/+9
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-05-25Bug 143093 - Check for null translationUnit. Not sure why it would be null, b...Doug Schaefer1-1/+3
2006-04-17Hooked up ctags indexer, although it doesn't record any bindings yet. Got rid...Doug Schaefer1-5/+0
2005-11-11Start of Scope2 and cleaned up ASTNode a little.Doug Schaefer1-13/+38
2005-06-27EPL'ing the CDT.Doug Schaefer1-1/+1
2005-06-27EPL'ing the CDT.Doug Schaefer1-7/+8
2005-05-30Moved clients towards IASTNode.getFileLocation() and away from IASTTranslatio...John Camelon1-1/+5
2005-05-30Added IASTNode#getFileLocation().John Camelon1-27/+39
2005-04-13Added IASTNode#getContainingFilename()John Camelon1-0/+4
2005-04-08Applied patch for Devin Steffler.John Camelon1-2/+2
2005-02-02Further DOM/AST fixes.John Camelon1-1/+7
2005-02-01Partial fix for Bug 84146 - there are dirty ASTNodes floating around with "nu...John Camelon1-0/+2
2005-01-28Added getUnpreprocressedSignature() to IASTDeclSpecifier.John Camelon1-0/+7
2005-01-18Base case DOMScanner/LocationMap support.John Camelon1-0/+1
2005-01-12Added lengths to ASTNodes.John Camelon1-4/+15
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+45

    Back to the top