Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
2011-03-08Bug 337937 - CopyLocation for copied AST-Node. Fix UPC and XLC compile errorsMarc-Andre Laperle11-33/+119
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-2/+6
2010-06-04Prettier 32x32 icon.Doug Schaefer1-0/+0
2010-06-04Fixed up branding plug-ins.Doug Schaefer1-2/+2
2010-06-03Bug 315435 Fix the regression test failures in cdt70 - for John LiuVivian Kong4-0/+24
2010-06-03New CDT Icon.Doug Schaefer3-1/+1
2010-05-31update copyright in about and update provider infoVivian Kong1-1/+1
2010-05-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-cat...Vivian Kong14-3377/+3428
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-3/+5
2009-10-09fix compiler errors in lrparser caused by bug 231859Mike Kucera1-1/+2
2009-05-26update copyrightsVivian Kong26-168/+188
2009-05-14Update provider nameVivian Kong1-1/+1
2009-05-14[276360] [LR Parser] CCE when parsing abstract declaratorMike Kucera13-16/+18
2009-04-20[272950] [LR Parser] Add ability to pass properties to extending parsers and ...Mike Kucera13-3988/+3924
2009-04-15[272375] support for UTF string literals in LR parserMike Kucera3-39/+6
2009-04-09bug 268581 individual source bundlesVivian Kong1-0/+1
2009-04-01added support for nested functions GNU extension to LR parser, added tests su...Mike Kucera1-3/+0
2009-02-04cleaning up the architecture of the LR parsersMike Kucera15-4641/+4694
2009-02-03added support for IBuiltinBindingsProvider to LR parsersMike Kucera1-2/+6
2009-02-03improved several interfaces in LR parserMike Kucera7-115/+122
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera16-4634/+4637
2009-01-30added support to LR parsers for GNU extensions typeof and alignof, added ISec...Mike Kucera12-74/+109
2009-01-15added ability to "mix-in" grammar extensions and actions, support for extende...Mike Kucera5-46/+59
2009-01-13started adding support for GNU extensions to LR parsersMike Kucera14-4908/+4781
2009-01-09bug 259308 - fixing version numbers to enable upgrade from 5.0.2 to 6.0.0Vivian Kong1-1/+1
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera11-3969/+4117
2008-12-30fix for bug 240567 for the LR parsersMike Kucera1-1/+1
2008-12-19bug 259318, provide reusable implementation of ICLanguageKeywordsMike Kucera3-19/+70
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera23-11/+140
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera7-14/+26
2008-10-31fixed compiler errors in UPC plugin due to changed APIMike Kucera2-4/+4
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera9-16/+25
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera8-1316/+1318
2008-05-23fix for 233739Vivian Kong1-2/+2
2008-05-23fix for bug 233738Vivian Kong1-2/+3
2008-05-22bug 233561, NPE when instantiating UPCLanguageMike Kucera1-18/+0
2008-05-22bug 233307, LR parser should use its own scanner extension configuration for nowMike Kucera1-7/+15
2008-04-25fixed some warningsMike Kucera3-3/+9
2008-04-24fix UPC sizeof expressionsMike Kucera14-111/+240
2008-04-23fixed macro content assistMike Kucera1-9/+8
2008-04-09fixed problems in UPC test suiteMike Kucera1-2/+2
2008-04-09added disambiguation parsers for UPCMike Kucera19-272/+9393
2008-04-08working on porting the UPC pluginMike Kucera8-3020/+2956
2008-04-08removed unused importsMike Kucera4-13/+61
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera29-1915/+575
2007-12-10Fix for bug 212417Jason Montojo1-0/+5
2007-11-06fix for renamed field nameMike Kucera1-1/+1
2007-10-15C99 preprocessor is now generic and can be used with any lexerMike Kucera5-13/+136
2007-10-03optimizations to C99 preprocessor, new token classes, changed the interface t...Mike Kucera1-30/+42

Back to the top