Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Bug 315826 Update LR Parser for the template arguments rules - patch by John...Vivian Kong2-8/+173
2010-06-02Bug 315435 Fix the regression test failures in cdt70Vivian Kong2-1/+4
2010-05-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-cat...Vivian Kong5-9/+15
2010-03-16Bug 303065 - support new constructs by the upcoming v11.1 XL C/C++ compilerMike Kucera2-6/+49
2009-05-14[276360] [LR Parser] CCE when parsing abstract declaratorMike Kucera1-1/+1
2009-04-22[273283] [XLC Parser] support _Complex and restrict keywords in C++Mike Kucera1-2/+6
2009-04-21[273080] [XLC Parser] support for decimal floating point types (_Decimal32, _...Mike Kucera1-11/+4
2009-04-20[272950] [LR Parser] Add ability to pass properties to extending parsers and ...Mike Kucera4-10/+9
2009-04-15[272375] support for UTF string literals in LR parserMike Kucera2-30/+67
2009-04-01added support for nested functions GNU extension to LR parser, added tests su...Mike Kucera2-3/+11
2009-02-09fixed bug with parsing __declspecMike Kucera1-0/+1
2009-02-09support for GNU extension type id initiailzers in C++Mike Kucera3-11/+24
2009-02-09fix for bug 195701 for LR parsers, attributes in namespace definitionMike Kucera2-13/+11
2009-02-06support gnu extensions to template instantiationsMike Kucera1-0/+10
2009-02-05added support for restrict to GNU C++Mike Kucera3-24/+30
2009-02-04cleaning up the architecture of the LR parsersMike Kucera16-72/+100
2009-02-04fixed problem with typeof and attributes after pointersMike Kucera3-8/+10
2009-02-03GNU extensions: Optional positive expression in conditional expression (bug 2...Mike Kucera3-20/+43
2009-02-03improved several interfaces in LR parserMike Kucera16-36/+94
2009-02-02bug 39698 min and max operators for LR parserMike Kucera1-2/+11
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera3-26/+56
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

Back to the top