Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-30added support to LR parsers for GNU extensions typeof and alignof, added ISec...Mike Kucera14-177/+339
2009-01-15support for GCC array range designators, renamed some packagesMike Kucera3-10/+49
2009-01-15added ability to "mix-in" grammar extensions and actions, support for extende...Mike Kucera7-192/+530
2009-01-13fix for bug 226121 for LR parsers, support for asm labelsMike Kucera2-1/+29
2009-01-13started adding support for GNU extensions to LR parsersMike Kucera6-61/+332
2009-01-09cleaned up grammar files and actions a bitMike Kucera3-179/+17
2009-01-08fixed handling of ambiguous new expressions in LR parserMike Kucera1-0/+1
2009-01-07better handling of syntax errors in declarations for LR parserMike Kucera1-16/+5
2009-01-07several fixes to parsing of declarations in LR C++ parserMike Kucera1-16/+20
2009-01-02fix for bug 86943 for the LR parsersMike Kucera1-0/+1
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera3-9/+31
2008-12-29fix for bug 105334 for the LR parserMike Kucera2-8/+8
2008-05-28bug 234463, fixes for CompletionTest_ExceptionReference_NoPrefix and Completi...Mike Kucera1-7/+6
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera12-10/+12
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera4-12/+6
2008-05-16Bug 232606 [LR parser] content assist not working in base specifier listMike Kucera1-47/+13
2008-05-13added support for namespaces nested inside classesMike Kucera1-33/+6
2008-05-08created secondary parser for disambiguating template parameter declarationsMike Kucera2-0/+51
2008-05-07fixed bug with typename before identifier not parsing, fixed bug with convers...Mike Kucera1-0/+6
2008-05-05fix for parsing example 162230, template specializations in class bodyMike Kucera1-0/+1
2008-05-02fixed problem with "template<class T, class U = T>" not parsing correctlyMike Kucera1-0/+2
2008-04-09deleting old stuffMike Kucera1-1265/+0
2008-04-08working on porting the UPC pluginMike Kucera2-24/+1
2008-04-04added support for empty abstract declaratorsMike Kucera1-0/+2
2008-04-03implicit int now works a lot better (static var;) ,fixed but with globally qu...Mike Kucera1-7/+7
2008-04-01for loop conditions now workMike Kucera2-6/+15
2008-04-01fixed problem with friend classes not resolving, fixed offset calculations fo...Mike Kucera1-1/+1
2008-03-31fixed template destructor idsMike Kucera1-8/+35
2008-03-27fixed qualified names signature, fixed parsing of template parameters (with a...Mike Kucera1-8/+4
2008-03-24disambiguate problems caused by globally qualified declarator idsMike Kucera1-7/+11
2008-03-24attempt at fixing function declarator/constructor initializer ambiguity, need...Mike Kucera3-13/+72
2008-03-14fixed problems with tokens not mapping correctly between main parser and seco...Mike Kucera2-10/+26
2008-03-13fixed constructor ambiguity bugMike Kucera1-26/+30
2008-03-13moved utility classes into core util packageMike Kucera3-7/+6
2008-03-10fixed several bugs in new C++ parserMike Kucera1-26/+36
2008-03-07fix for parsing destructor name, fix for reinterpret_castMike Kucera1-4/+9
2008-03-05fixed member initializer bug, and a couple othersMike Kucera1-8/+6
2008-03-04resolve sizeof ambiguity for C++Mike Kucera3-1/+45
2008-02-22content assist kinda works for C++Mike Kucera1-17/+17
2008-02-21fixed problems with auto_ptr tests and overloadable operatorsMike Kucera1-19/+2
2008-02-20support for implicit int, fixed problem with pointer return typeMike Kucera1-2/+8
2008-02-19better error detectionMike Kucera3-21/+46
2008-02-15set up tests to run C++ parser, fixed a few bugsMike Kucera1-3/+5
2008-02-14secondary parser to solve cast ambiguity in C++Mike Kucera2-0/+40
2008-02-14expression parser for C++Mike Kucera10-1835/+1885
2008-02-13fixed bug, builder was creating qualified name nodes when unqualified name re...Mike Kucera1-12/+12
2008-02-06switch back to trial/undo to expose bugMike Kucera1-12/+12
2008-02-05multi-parser approach applied to C99Mike Kucera9-1300/+2504
2008-01-30created ANT build file to run LPG generator, moved grammar files to separate ...Mike Kucera4-0/+3227

    Back to the top