Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-05-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as ↵Vivian Kong2-17/+42
try-catch and do-while(head stream) - fix by John Liu
2009-04-15[272375] support for UTF string literals in LR parserMike Kucera1-30/+2
2009-02-04cleaning up the architecture of the LR parsersMike Kucera4-4/+4
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera1-1/+1
2009-01-30added support to LR parsers for GNU extensions typeof and alignof, added ↵Mike Kucera2-8/+10
ISecondaryParserFactory
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera5-4/+5
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera3-9/+9
2008-04-24fix UPC sizeof expressionsMike Kucera1-6/+6
2008-04-09added disambiguation parsers for UPCMike Kucera6-235/+302
2008-04-08working on porting the UPC pluginMike Kucera2-73/+144
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera1-0/+256

    Back to the top