Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Bug 295194 - [C99 Parser] class cast exception when parsing KnR syntaxv200911161214Mike Kucera1-3/+3
2009-10-22in CDT 5 the ILanguage must implement ICLanguageKeywordsMike Kucera1-1/+1
2009-10-21Bug 292909 - backport XLC parser into 5.0 branchMike Kucera2-2/+2
2009-10-21Bug 292782 - backport enhancements to LR parser into 5.0 branchMike Kucera143-31757/+46111
2008-08-26updating version numbers of plug-ins that have changed since CDT 5.0Vivian Kong1-1/+1
2008-07-09Update descriptionVivian Kong1-1/+1
2008-07-09Update descriptionsVivian Kong1-2/+2
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 Kucera20-15356/+15321
2008-05-28bug 234463, fix for CompletionTest_ArgumentType_PrefixMike Kucera1-0/+5
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera25-40/+1046
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera32-11357/+11443
2008-05-23fix for 233739Vivian Kong1-1/+1
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 Kucera20-11975/+12028
2008-05-13added support for namespaces nested inside classesMike Kucera19-12640/+12428
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 Kucera6-43/+5202
2008-05-07fixed bug with typename before identifier not parsing, fixed bug with convers...Mike Kucera16-9959/+10253
2008-05-05fix for parsing example 162230, template specializations in class bodyMike Kucera16-8257/+8189
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 Kucera4-15/+56
2008-05-01added token mapping to CPPBuildASTParserActionMike Kucera4-62/+70
2008-04-29fix for ICPPASTVisibilityLabel spellingMike Kucera3-9/+9
2008-04-25fixed some warningsMike Kucera21-18/+49
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 Kucera12-25/+36
2008-04-09deleting old stuffMike Kucera2-1285/+0
2008-04-08working on porting the UPC pluginMike Kucera9-76/+19
2008-04-08removed unused importsMike Kucera6-24/+59
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera10-44/+79
2008-04-07moved unused code into separate source folderMike Kucera35-127/+254
2008-04-04added support for empty abstract declaratorsMike Kucera13-8056/+8089
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 Kucera8-76/+81
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 Kucera28-11059/+11034
2008-04-01fixed problem with friend classes not resolving, fixed offset calculations fo...Mike Kucera8-61/+98
2008-03-31fixed template destructor idsMike Kucera17-12219/+12981
2008-03-31fixed importMike Kucera1-1/+1
2008-03-27fixed qualified names signature, fixed parsing of template parameters (with a...Mike Kucera15-7960/+7893
2008-03-24disambiguate problems caused by globally qualified declarator idsMike Kucera18-9152/+8920

Back to the top