Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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
2008-03-24decl spec node was missing infoMike Kucera4-28/+25
2008-03-24attempt at fixing function declarator/constructor initializer ambiguity, need...Mike Kucera21-6883/+12846
2008-03-14fixed problems with tokens not mapping correctly between main parser and seco...Mike Kucera25-8814/+8181
2008-03-13fixed constructor ambiguity bugMike Kucera14-10412/+10169
2008-03-13moved utility classes into core util packageMike Kucera26-2553/+1785
2008-03-13add lrparser to build (bug 222474)Vivian Kong9-0/+1029
2008-03-10fixed several bugs in new C++ parserMike Kucera15-8905/+9225
2008-03-07fix for parsing destructor name, fix for reinterpret_castMike Kucera17-8478/+8460
2008-03-05fixed member initializer bug, and a couple othersMike Kucera13-8162/+8225
2008-03-04resolve sizeof ambiguity for C++Mike Kucera14-42/+5319
2008-02-22content assist kinda works for C++Mike Kucera15-7954/+8275
2008-02-21fixed problems with auto_ptr tests and overloadable operatorsMike Kucera13-5544/+5438
2008-02-20support for implicit int, fixed problem with pointer return typeMike Kucera10-6433/+6653
2008-02-19better error detectionMike Kucera26-10225/+10571
2008-02-19Fix for backtracking bug in TrialUndoParserJason Montojo1-4/+9
2008-02-15set up tests to run C++ parser, fixed a few bugsMike Kucera28-4397/+4456
2008-02-15fix for new problem node constructorsMike Kucera4-6/+6
2008-02-14secondary parser to solve cast ambiguity in C++Mike Kucera9-18/+5085
2008-02-14expression parser for C++Mike Kucera28-2062/+7141
2008-02-13fixed bug, builder was creating qualified name nodes when unqualified name re...Mike Kucera10-2952/+2056
2008-02-06switch back to trial/undo to expose bugMike Kucera4-1917/+2900
2008-02-06fixed bug in testFunction(), removed needless extra empty declarations caused...Mike Kucera6-26/+48
2008-02-05multi-parser approach applied to C99Mike Kucera27-4683/+12413
2008-01-30created ANT build file to run LPG generator, moved grammar files to separate ...Mike Kucera8-2909/+284
2008-01-29reverted to backtracking parser, fixed a few bugsMike Kucera10-3074/+2104
2008-01-28fix compile error caused by new getBindings() methodsMike Kucera1-0/+15
2008-01-25actions for templates, conversion functions and exceptionsMike Kucera7-2311/+2608
2008-01-24added actions for class member declaratorsMike Kucera12-1919/+2018
2008-01-23AST building actions for function definitionsMike Kucera7-1844/+1951
2008-01-23added AST building actions for C++ parameter declarations, cleaned up C99 gra...Mike Kucera14-3431/+3522
2008-01-22initial commit of new C99 and C++ parsers (work in progress)Mike Kucera116-0/+31235

    Back to the top