Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-237/+240
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2016-09-25Cosmetics.Sergey Prigogin1-1/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-04-03Cosmetics.Sergey Prigogin1-1/+1
2015-04-03Cosmetics.Sergey Prigogin1-0/+15
2015-04-03Reverted erroneous commits.Sergey Prigogin1-16/+1
2015-04-03CosmeticsSergey Prigogin1-1/+16
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam1-8/+8
2015-03-20Bug 462348 - Perform ambiguity resolution on a method body sooner thanNathan Ridge1-0/+8
2015-01-16Bug 399215 - Toggle Function breaks the code...Thomas Corbat1-2/+3
2014-10-07Made few methods final.Sergey Prigogin1-7/+6
2014-04-17Minor performance optimization.Sergey Prigogin1-1/+5
2014-04-14Bug 399149 - Semantic highlighting for context-sensitive keywordsNathan Ridge1-1/+2
2014-01-24Enabled JDK 1.7.Sergey Prigogin1-1/+1
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-1/+1
2013-07-29Cosmetics.Sergey Prigogin1-1/+1
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-4/+0
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin1-0/+8
2012-03-01Cosmetics.sprigogin1-29/+29
2012-02-11Added IASTNode.getOriginalNode method.Sergey Prigogin1-7/+3
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin1-13/+13
2012-02-07Fixed passing parameters by pointer and renaming of parameters inSergey Prigogin1-0/+16
2012-02-07Cosmetics.Sergey Prigogin1-12/+11
2012-01-09Bug 367827: Wrong offset for comment directly after macro expansion.Markus Schorn1-11/+22
2011-12-14@Override annotations.Sergey Prigogin1-18/+34
2011-10-27Return proper IASTFileLocation for an empty translation unit.Sergey Prigogin1-3/+4
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-2/+7
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

Back to the top