Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-28bug 234463, fixes for CompletionTest_ExceptionReference_NoPrefix and Completi...Mike Kucera19-15349/+15315
2008-05-28bug 234463, fix for CompletionTest_ArgumentType_PrefixMike Kucera1-0/+5
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera12-30/+1033
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera28-11345/+11437
2008-05-22bug 233561, NPE when instantiating UPCLanguageMike Kucera3-16/+16
2008-05-22bug 233307, LR parser should use its own scanner extension configuration for nowMike Kucera5-36/+213
2008-05-21removed CPPASTAmbiguousDeclarator.accept()Mike Kucera1-61/+11
2008-05-20Cleaning up bindings after resolving ambiguities, bug 232811.Markus Schorn1-72/+60
2008-05-16Bug 232606 [LR parser] content assist not working in base specifier listMike Kucera19-11928/+12015
2008-05-13added support for namespaces nested inside classesMike Kucera18-12607/+12422
2008-05-09fixed final template bugs that were caused by ambiguous declarator nodesMike Kucera1-0/+14
2008-05-08created secondary parser for disambiguating template parameter declarationsMike Kucera4-43/+5151
2008-05-07fixed bug with typename before identifier not parsing, fixed bug with convers...Mike Kucera15-9959/+10247
2008-05-05fix for parsing example 162230, template specializations in class bodyMike Kucera15-8257/+8188
2008-05-05fixed bug with content assist not working on top level named type specifierMike Kucera2-5/+15
2008-05-05fixed bug with completion token not being recognizedMike Kucera1-2/+0
2008-05-02Template rebind tests now passMike Kucera1-32/+24
2008-05-02fixed problem with "template<class T, class U = T>" not parsing correctlyMike Kucera3-15/+54
2008-05-01added token mapping to CPPBuildASTParserActionMike Kucera3-60/+68
2008-04-29fix for ICPPASTVisibilityLabel spellingMike Kucera3-9/+9
2008-04-23fixed calculation of conversion function namesMike Kucera2-32/+24
2008-04-23fixed macro content assistMike Kucera4-56/+59
2008-04-09fixing warnings in LR parser pluginsMike Kucera10-13/+25

Back to the top