Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Bug 315435 Fix the regression test failures in cdt70Vivian Kong17-33/+181
2010-05-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-cat...Vivian Kong44-23843/+23682
2009-11-16Bug 295194 - [C99 Parser] class cast exception when parsing KnR syntaxMike Kucera1-3/+3
2009-11-11Preprocessor and Indexer independent of CodeReader, bug 294430.Markus Schorn1-15/+32
2009-05-26update copyrightsVivian Kong38-300/+320
2009-05-14[276360] [LR Parser] CCE when parsing abstract declaratorMike Kucera18-24/+24
2009-04-28Fixes CArrayType.getArraySizeExpression(), bug 273797.Markus Schorn1-1/+1
2009-04-22[273347] [XLC Parser] improve testingMike Kucera1-1/+1
2009-04-20[272950] [LR Parser] Add ability to pass properties to extending parsers and ...Mike Kucera36-10464/+10265
2009-04-15[272375] support for UTF string literals in LR parserMike Kucera4-0/+16
2009-04-06[271380] NPE when invoking content assist using LR parserMike Kucera3-12/+13
2009-04-01added support for nested functions GNU extension to LR parser, added tests su...Mike Kucera16-5433/+5485
2009-03-30partial fix for bug 252243 for LR parserMike Kucera2-1/+11
2009-02-09fixed bug with parsing __declspecMike Kucera12-5880/+5890
2009-02-09support for GNU extension type id initiailzers in C++Mike Kucera13-7572/+7610
2009-02-09fix for bug 195701 for LR parsers, attributes in namespace definitionMike Kucera4-4743/+4724
2009-02-06support gnu extensions to template instantiationsMike Kucera7-4513/+4745
2009-02-05added support for restrict to GNU C++Mike Kucera14-5479/+5590
2009-02-04cleaning up the architecture of the LR parsersMike Kucera52-16425/+16625
2009-02-04fixed problem with typeof and attributes after pointersMike Kucera12-6210/+6320
2009-02-03added support for IBuiltinBindingsProvider to LR parsersMike Kucera6-2/+111
2009-02-03GNU extensions: Optional positive expression in conditional expression (bug 2...Mike Kucera14-7567/+8189
2009-02-03improved several interfaces in LR parserMike Kucera35-574/+470
2009-02-02bug 39698 min and max operators for LR parserMike Kucera12-5984/+6104
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera32-11640/+12118
2009-01-30added support to LR parsers for GNU extensions typeof and alignof, added ISec...Mike Kucera51-20092/+28594
2009-01-16Make ambiguity resolution part of ASTTranslationUnit, bug 259373.Markus Schorn3-28/+49
2009-01-15support for GCC array range designators, renamed some packagesMike Kucera12-3131/+3253
2009-01-15added ability to "mix-in" grammar extensions and actions, support for extende...Mike Kucera23-4283/+4242
2009-01-13fix for bug 226121 for LR parsers, support for asm labelsMike Kucera9-3351/+3460
2009-01-13started adding support for GNU extensions to LR parsersMike Kucera47-16410/+25270
2009-01-09cleaned up grammar files and actions a bitMike Kucera25-5980/+3592
2009-01-09removed call to setSignature()Mike Kucera1-3/+0
2009-01-08fixed handling of ambiguous new expressions in LR parserMike Kucera7-2/+87
2009-01-07better handling of syntax errors in declarations for LR parserMike Kucera19-14764/+15166
2009-01-07fix for bug 92793 for LR parser, qualified IDs as members should be parsed as...Mike Kucera1-7/+15
2009-01-07several fixes to parsing of declarations in LR C++ parserMike Kucera22-15196/+15113
2009-01-02fix for bug 86943 for the LR parsersMike Kucera7-2/+50
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera33-14153/+14463
2008-12-30fix for bug 240567 for the LR parsersMike Kucera4-33/+16
2008-12-29fix for bug 105334 for the LR parserMike Kucera31-11752/+12105
2008-12-19bug 259318, provide reusable implementation of ICLanguageKeywordsMike Kucera4-156/+45
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-6/+50
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-1/+12
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera20-1484/+130
2008-08-04AST representation for member-initializers and function try block, bug 237253.Markus Schorn3-33/+20
2008-06-25Support for @ in identifiers, bug 237028.Markus Schorn1-2/+9
2008-06-02Bug 235244, scope problem with C99Mike Kucera3-16/+20
2008-06-02Bug 234463, fixes for the restMike Kucera3-10/+49
2008-05-28bug 234463, fix for testForStatement1Mike Kucera2-0/+28

Back to the top