Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-06switch back to trial/undo to expose bugMike Kucera1-1/+0
2008-02-06fixed bug in testFunction(), removed needless extra empty declarations caused...Mike Kucera2-14/+10
2008-01-23added AST building actions for C++ parameter declarations, cleaned up C99 gra...Mike Kucera1-1/+1
2008-01-22initial commit of new C99 and C++ parsers (work in progress)Mike Kucera30-0/+2489

Back to the top