Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-02-26Bug 303481 - change update site for heliosVivian Kong2-2/+2
2010-01-12Bug 231859: Optimization for computing int type of enum.Markus Schorn1-1/+38
2009-11-16Bug 295194 - [C99 Parser] class cast exception when parsing KnR syntaxMike Kucera1-3/+3
2009-11-11Preprocessor and Indexer independent of CodeReader, bug 294430.Markus Schorn1-15/+32
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-10/+8
2009-10-09fix compiler errors in lrparser caused by bug 231859Mike Kucera1-0/+10
2009-07-23fix compiler errorMike Kucera1-0/+6
2009-07-16fix compile errorsMike Kucera4-29/+23
2009-06-10Fix the license and copyright.Doug Schaefer1-4/+4
2009-06-02quick fix for compile errorMike Kucera1-1/+1
2009-05-26update copyrightsVivian Kong75-549/+585
2009-05-14Update provider nameVivian Kong5-8/+8
2009-05-14[276360] [LR Parser] CCE when parsing abstract declaratorMike Kucera20-25/+32
2009-05-05add branding plug-insVivian Kong2-2/+4
2009-05-01update feature dependenciesVivian Kong1-0/+1
2009-04-28Argument deduction from class instances, bug 272848.Markus Schorn2-67/+0
2009-04-28Fixes CArrayType.getArraySizeExpression(), bug 273797.Markus Schorn1-1/+1
2009-04-22[273347] [XLC Parser] improve testingMike Kucera3-7/+5
2009-04-22[273326] [XLC Parser] support variable length arrays in C++Mike Kucera1-0/+2
2009-04-22[273283] [XLC Parser] support _Complex and restrict keywords in C++Mike Kucera1-2/+6
2009-04-21[273080] [XLC Parser] support for decimal floating point types (_Decimal32, ↵Mike Kucera1-11/+4
_Decimal64, _Decimal128)
2009-04-20[272950] [LR Parser] Add ability to pass properties to extending parsers and ↵Mike Kucera40-10474/+10274
update (regenerate) the parsers to support this.
2009-04-15[272375] support for UTF string literals in LR parserMike Kucera7-30/+84
2009-04-09bug 268581 individual source bundlesVivian Kong7-1/+549
2009-04-09bug 268581 individual source bundlesVivian Kong12-666/+2
2009-04-06[271380] NPE when invoking content assist using LR parserMike Kucera3-12/+13
2009-04-01added support for nested functions GNU extension to LR parser, added tests ↵Mike Kucera25-5454/+5667
suites
2009-03-30partial fix for bug 252243 for LR parserMike Kucera2-1/+11
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 ↵Mike Kucera18-7587/+8250
212905). Case ranges (bug 211882). Compound statement expressions (bug 226274).
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 ↵Mike Kucera65-20269/+28933
ISecondaryParserFactory
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 ↵Mike Kucera29-4185/+4482
extended gnu asm syntax
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

Back to the top