Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-25Support for @ in identifiers, bug 237028.Markus Schorn1-2/+9
2008-06-02Bug 235244, scope problem with C99Mike Kucera3-16/+20
2008-06-02Bug 234463, fixes for the restMike Kucera3-10/+49
2008-05-28bug 234463, fix for testForStatement1Mike Kucera2-0/+28
2008-05-28bug 234463, fixes for CompletionTest_ExceptionReference_NoPrefix and Completi...Mike Kucera19-15349/+15315
2008-05-28bug 234463, fix for CompletionTest_ArgumentType_PrefixMike Kucera1-0/+5
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera12-30/+1033
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera28-11345/+11437
2008-05-22bug 233561, NPE when instantiating UPCLanguageMike Kucera3-16/+16
2008-05-22bug 233307, LR parser should use its own scanner extension configuration for nowMike Kucera5-36/+213
2008-05-21removed CPPASTAmbiguousDeclarator.accept()Mike Kucera1-61/+11
2008-05-20Cleaning up bindings after resolving ambiguities, bug 232811.Markus Schorn1-72/+60
2008-05-16Bug 232606 [LR parser] content assist not working in base specifier listMike Kucera19-11928/+12015
2008-05-13added support for namespaces nested inside classesMike Kucera18-12607/+12422
2008-05-09fixed final template bugs that were caused by ambiguous declarator nodesMike Kucera1-0/+14
2008-05-08created secondary parser for disambiguating template parameter declarationsMike Kucera4-43/+5151
2008-05-07fixed bug with typename before identifier not parsing, fixed bug with convers...Mike Kucera15-9959/+10247
2008-05-05fix for parsing example 162230, template specializations in class bodyMike Kucera15-8257/+8188
2008-05-05fixed bug with content assist not working on top level named type specifierMike Kucera2-5/+15
2008-05-05fixed bug with completion token not being recognizedMike Kucera1-2/+0
2008-05-02Template rebind tests now passMike Kucera1-32/+24
2008-05-02fixed problem with "template<class T, class U = T>" not parsing correctlyMike Kucera3-15/+54
2008-05-01added token mapping to CPPBuildASTParserActionMike Kucera3-60/+68
2008-04-29fix for ICPPASTVisibilityLabel spellingMike Kucera3-9/+9
2008-04-23fixed calculation of conversion function namesMike Kucera2-32/+24
2008-04-23fixed macro content assistMike Kucera4-56/+59
2008-04-09fixing warnings in LR parser pluginsMike Kucera10-13/+25
2008-04-09deleting old stuffMike Kucera1-20/+0
2008-04-08working on porting the UPC pluginMike Kucera6-51/+16
2008-04-08removed unused importsMike Kucera3-11/+0
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera9-44/+78
2008-04-07moved unused code into separate source folderMike Kucera32-4605/+1
2008-04-04added support for empty abstract declaratorsMike Kucera12-8056/+8087
2008-04-04dummy name nodes no longer counted as problems when resolving ambiguous decla...Mike Kucera2-11/+19
2008-04-03implicit int now works a lot better (static var;) ,fixed but with globally qu...Mike Kucera7-69/+74
2008-04-02organized test suite a bit better (temporary anyway, need to refactor core te...Mike Kucera2-5/+2
2008-04-01for loop conditions now workMike Kucera26-11053/+11019
2008-04-01fixed problem with friend classes not resolving, fixed offset calculations fo...Mike Kucera7-60/+97
2008-03-31fixed template destructor idsMike Kucera16-12211/+12946
2008-03-31fixed importMike Kucera1-1/+1
2008-03-27fixed qualified names signature, fixed parsing of template parameters (with a...Mike Kucera14-7952/+7889
2008-03-24disambiguate problems caused by globally qualified declarator idsMike Kucera17-9145/+8909
2008-03-24decl spec node was missing infoMike Kucera4-28/+25
2008-03-24attempt at fixing function declarator/constructor initializer ambiguity, need...Mike Kucera18-6870/+12774
2008-03-14fixed problems with tokens not mapping correctly between main parser and seco...Mike Kucera22-8804/+8147
2008-03-13fixed constructor ambiguity bugMike Kucera13-10386/+10139
2008-03-13moved utility classes into core util packageMike Kucera23-2546/+1779
2008-03-10fixed several bugs in new C++ parserMike Kucera13-8879/+9149
2008-03-07fix for parsing destructor name, fix for reinterpret_castMike Kucera13-8469/+8434
2008-03-05fixed member initializer bug, and a couple othersMike Kucera11-8154/+8178

Back to the top