Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-09fixed bug with parsing __declspecMike Kucera13-5880/+5891
2009-02-09support for GNU extension type id initiailzers in C++Mike Kucera16-7583/+7634
2009-02-09fix for bug 195701 for LR parsers, attributes in namespace definitionMike Kucera6-4756/+4735
2009-02-06support gnu extensions to template instantiationsMike Kucera10-4753/+4813
2009-02-05added support for restrict to GNU C++Mike Kucera18-5503/+5628
2009-02-04cleaning up the architecture of the LR parsersMike Kucera70-16503/+16731
2009-02-04fixed problem with typeof and attributes after pointersMike Kucera15-6218/+6330
2009-02-03added support for IBuiltinBindingsProvider to LR parsersMike Kucera7-2/+113
2009-02-03GNU extensions: Optional positive expression in conditional expression (bug 2...Mike Kucera18-7587/+8250
2009-02-03improved several interfaces in LR parserMike Kucera51-610/+564
2009-02-02bug 39698 min and max operators for LR parserMike Kucera13-5986/+6115
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera35-11666/+12174
2009-01-30added support to LR parsers for GNU extensions typeof and alignof, added ISec...Mike Kucera65-20269/+28933
2009-01-27bug 262591 - adding LR & UPC parser SDKsVivian Kong18-0/+1278
2009-01-21Removes the need to flush the cache of c-scopes, bug 259373.Markus Schorn1-15/+2
2009-01-16Make ambiguity resolution part of ASTTranslationUnit, bug 259373.Markus Schorn3-28/+49
2009-01-15support for GCC array range designators, renamed some packagesMike Kucera42-3193/+3353
2009-01-15added ability to "mix-in" grammar extensions and actions, support for extende...Mike Kucera29-4185/+4482
2009-01-13fix for bug 226121 for LR parsers, support for asm labelsMike Kucera11-3352/+3489
2009-01-13fix bug 226121 for LR parsers, support for asm labelsMike Kucera7-500/+496
2009-01-13started adding support for GNU extensions to LR parsersMike Kucera80-16624/+25785
2009-01-09update version numbers to align with featureVivian Kong1-1/+1
2009-01-09cleaned up grammar files and actions a bitMike Kucera28-6159/+3609
2009-01-09bug 259308 - fixing version numbers to enable upgrade from 5.0.2 to 6.0.0Vivian Kong2-2/+2
2009-01-09removed call to setSignature()Mike Kucera2-3/+27
2009-01-08fixed handling of ambiguous new expressions in LR parserMike Kucera9-2/+94
2009-01-07better handling of syntax errors in declarations for LR parserMike Kucera21-14780/+15192
2009-01-07fix for bug 92793 for LR parser, qualified IDs as members should be parsed as...Mike Kucera1-7/+15
2009-01-07several fixes to parsing of declarations in LR C++ parserMike Kucera23-15212/+15133
2009-01-02fix for bug 86943 for the LR parsersMike Kucera8-2/+51
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera55-14239/+14664
2008-12-30fix for bug 240567 for the LR parsersMike Kucera4-33/+16
2008-12-29fix for bug 105334 for the LR parserMike Kucera33-11760/+12113
2008-12-19bug 259318, provide reusable implementation of ICLanguageKeywordsMike Kucera4-156/+45
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-6/+50
2008-12-17update update site URLsVivian Kong1-1/+1
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-1/+12
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera20-1484/+130
2008-10-22API and data-structures for proper support of template non-type arguments, bu...Markus Schorn1-0/+1
2008-10-16Initial implementation of values for variables and enumerators, bug 250788.Markus Schorn2-0/+11
2008-08-04AST representation for member-initializers and function try block, bug 237253.Markus Schorn3-33/+20
2008-07-31Introduces a classification for scopes, bug 237026Markus Schorn4-11/+22
2008-07-31Correct modeling of template-scopes, bug 237026.Markus Schorn2-70/+0
2008-07-28Complete support for members of anonymous unions, bug 206450.Markus Schorn1-0/+4
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn7-2/+66
2008-07-15Fix warnings.Markus Schorn1-2/+2
2008-07-09update descriptionVivian Kong1-1/+1
2008-06-25Support for @ in identifiers, bug 237028.Markus Schorn1-2/+9
2008-06-02Bug 235244, scope problem with C99Mike Kucera3-16/+20
2008-06-02Bug 234463, fixes for the restMike Kucera5-11/+62

Back to the top