Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-14fixed problems with tokens not mapping correctly between main parser and seco...Mike Kucera1-0/+8
2008-03-10fixed several bugs in new C++ parserMike Kucera1-0/+40
2008-03-07fix for parsing destructor name, fix for reinterpret_castMike Kucera3-5/+17
2008-03-05fixed member initializer bug, and a couple othersMike Kucera1-0/+41
2008-02-19better error detectionMike Kucera1-3/+3
2008-02-15set up tests to run C++ parser, fixed a few bugsMike Kucera15-135/+177
2008-02-14secondary parser to solve cast ambiguity in C++Mike Kucera1-6/+11
2008-02-14expression parser for C++Mike Kucera1-13/+1
2008-02-13fixed bug, builder was creating qualified name nodes when unqualified name re...Mike Kucera3-21/+82

Back to the top