Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-07-09update feature numbers to 5.0.1 for site.xml to work properlyVivian Kong1-1/+1
2008-06-17This commit was manufactured by cvs2svn to create branch 'cdt_5_0'.cvs2svn36-3071/+0
2008-06-02Bug 235244, scope problem with C99Mike Kucera3-16/+20
2008-06-02Bug 234463, fixes for the restMike Kucera5-11/+62
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 Kucera10-37/+303
2008-05-22make update sites the same (bug 232792)Vivian Kong1-1/+1
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 Kucera5-113/+83
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 Kucera19-9967/+10361
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-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 Kucera4-29/+49
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 Kucera21-25/+155
2008-05-01added token mapping to CPPBuildASTParserActionMike Kucera6-62/+108
2008-04-29renamed a lot of the LR parser testsMike Kucera24-303/+161
2008-04-29fix for ICPPASTVisibilityLabel spellingMike Kucera3-9/+9
2008-04-25fixed some warningsMike Kucera43-46/+112
2008-04-23fixed calculation of conversion function namesMike Kucera3-32/+33
2008-04-23fixed macro content assistMike Kucera7-164/+246
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 Kucera20-53/+119
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera11-45/+82
2008-04-07moved unused code into separate source folderMike Kucera37-297/+106
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 Kucera3-11/+47
2008-04-03implicit int now works a lot better (static var;) ,fixed but with globally qu...Mike Kucera9-85/+100
2008-04-02organized test suite a bit better (temporary anyway, need to refactor core te...Mike Kucera25-61/+88
2008-04-01for loop conditions now workMike Kucera29-11061/+11056
2008-04-01fixed problem with friend classes not resolving, fixed offset calculations fo...Mike Kucera9-61/+151
2008-03-31fixed template destructor idsMike Kucera17-12219/+12981
2008-03-31fixed importMike Kucera1-1/+1

Back to the top