Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Fix some LR-parser test-failures.Markus Schorn1-1/+6
2011-01-26Bug 328867 - Override some C++ 0x test cases in LR parser test suite in head ...James Blackburn4-2/+65
2010-10-05Bug 326900: Remove overridden tests no longer part of template tests.Markus Schorn1-12/+1
2010-09-02Bug 324324 - The LR Parser test utility function getCompletionNode gets a wr...Chris Recoskie1-1/+5
2010-08-06Bug 318011 - Invalid project name in org.eclipse.cdt.core.lrparser .projectMike Kucera1-1/+1
2010-06-03Bug 315435 Fix the regression test failures in cdt70 - for John LiuVivian Kong8-8/+213
2010-06-03Bug 315439 Fix up copyrightVivian Kong1-1/+1
2010-06-02Bug 315435 Fix the regression test failures in cdt70Vivian Kong2-11/+69
2010-05-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-cat...Vivian Kong3-0/+292
2009-05-26update copyrightsVivian Kong29-200/+206
2009-05-14Update provider nameVivian Kong1-1/+1
2009-05-14[276360] [LR Parser] CCE when parsing abstract declaratorMike Kucera1-0/+7
2009-04-28Argument deduction from class instances, bug 272848.Markus Schorn2-67/+0
2009-04-22[273347] [XLC Parser] improve testingMike Kucera2-6/+4
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 Kucera6-1/+171
2009-02-06support gnu extensions to template instantiationsMike Kucera2-240/+58
2009-02-05added support for restrict to GNU C++Mike Kucera1-0/+8
2009-02-03GNU extensions: Optional positive expression in conditional expression (bug 2...Mike Kucera1-0/+18
2009-01-15support for GCC array range designators, renamed some packagesMike Kucera25-48/+48
2009-01-13fix bug 226121 for LR parsers, support for asm labelsMike Kucera7-500/+496
2009-01-13started adding support for GNU extensions to LR parsersMike Kucera25-149/+155
2009-01-09update version numbers to align with featureVivian Kong1-1/+1
2009-01-09removed call to setSignature()Mike Kucera1-0/+27
2009-01-08fixed handling of ambiguous new expressions in LR parserMike Kucera1-0/+6
2009-01-07better handling of syntax errors in declarations for LR parserMike Kucera1-0/+21
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera19-77/+170
2008-07-31Correct modeling of template-scopes, bug 237026.Markus Schorn2-70/+0
2008-07-15Fix warnings.Markus Schorn1-2/+2
2008-06-02Bug 234463, fixes for the restMike Kucera2-1/+13
2008-05-22bug 233307, LR parser should use its own scanner extension configuration for nowMike Kucera5-1/+90
2008-05-09fixed final template bugs that were caused by ambiguous declarator nodesMike Kucera4-113/+69
2008-05-07fixed bug with typename before identifier not parsing, fixed bug with convers...Mike Kucera3-8/+108
2008-05-06fixed problems with DOM parser running in LR parser suiteMike Kucera9-27/+94
2008-05-06Added several core parser tests to the LR parser test suiteMike Kucera14-273/+465
2008-05-05fixed bug with content assist not working on top level named type specifierMike Kucera2-24/+34
2008-05-02fixed problem with "template<class T, class U = T>" not parsing correctlyMike Kucera17-10/+99
2008-05-01added token mapping to CPPBuildASTParserActionMike Kucera2-0/+38
2008-04-29renamed a lot of the LR parser testsMike Kucera24-303/+161
2008-04-25fixed some warningsMike Kucera22-28/+63
2008-04-23fixed calculation of conversion function namesMike Kucera1-0/+9
2008-04-23fixed macro content assistMike Kucera3-108/+187
2008-04-08removed unused importsMike Kucera14-29/+60
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera1-1/+3
2008-04-07moved unused code into separate source folderMike Kucera3-318/+0
2008-04-04dummy name nodes no longer counted as problems when resolving ambiguous decla...Mike Kucera1-0/+28
2008-04-03implicit int now works a lot better (static var;) ,fixed but with globally qu...Mike Kucera1-9/+19
2008-04-02organized test suite a bit better (temporary anyway, need to refactor core te...Mike Kucera23-56/+86
2008-04-01for loop conditions now workMike Kucera1-2/+22
2008-04-01fixed problem with friend classes not resolving, fixed offset calculations fo...Mike Kucera1-0/+53

Back to the top