Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540371: normalize files before applying EPLv2Jonah Graham1-4/+5
2017-11-13Bug 522010 - Completion of non-type template parameter in ambiguous template ...Nathan Ridge1-5/+22
2016-12-29Bug 509749 - Find References doesn't find a reference to a functionSergey Prigogin1-7/+3
2016-05-24Cosmetics.Sergey Prigogin1-3/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-3/+3
2016-02-18Removed INodeFactory.newTranslationUnit() method.Sergey Prigogin1-3/+3
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam51-51/+51
2015-07-07Bug 379684 Support for User Defined LiteralsRichard Eames1-1/+5
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam1-1/+1
2015-03-25Add many missing @Override to remove warningsMarc Khouzam46-0/+499
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam15-29/+29
2014-07-10Cosmetics and refactoring related to commits of bug 84144Thomas Corbat1-2/+2
2014-07-06Bug 84144 - [Parser2] GCC: labels as valuesqdagans1-3/+3
2014-04-12Revert "Bug 379684 Support for User Defined Literals"Sergey Prigogin1-4/+0
2014-04-12Bug 379684 Support for User Defined LiteralsRichard Eames1-0/+4
2014-03-06Reduced use of deprecated types and methods.Sergey Prigogin1-19/+7
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-2/+4
2013-02-03Cosmetics.Sergey Prigogin4-28/+25
2012-09-10Bug 388243 - [LR parser] ICPPASTConstructorInitializer offsets did notVivian Kong1-8/+34
2012-05-02Bug 378189 - LR parser mistaken for-loop initializer as a declarationVivian Kong2-4/+81
2011-02-07Bug 328867 patch by John Liu, update plugin/feature versionsVivian Kong1-2/+3
2011-02-03Bug 328867 for John LiuVivian Kong1-1/+3
2010-09-01Bug 324150 - LR Parser's action class CPPBuildASTParserAction throws Unsuppor...Chris Recoskie1-3/+5
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-12/+8
2010-08-11Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class f...Vivian Kong1-10/+1
2010-08-09Bug 315826 Update LR Parser for the template arguments rules - patch by John LiuVivian Kong1-5/+0
2010-08-09Bug 315826 Update LR Parser for the template arguments rules - patch by John...Vivian Kong27-20827/+26518
2010-06-02Bug 315435 Fix the regression test failures in cdt70Vivian Kong17-33/+181
2010-05-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-cat...Vivian Kong44-23843/+23682
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-05-26update copyrightsVivian Kong38-300/+320
2009-05-14[276360] [LR Parser] CCE when parsing abstract declaratorMike Kucera18-24/+24
2009-04-28Fixes CArrayType.getArraySizeExpression(), bug 273797.Markus Schorn1-1/+1
2009-04-22[273347] [XLC Parser] improve testingMike Kucera1-1/+1
2009-04-20[272950] [LR Parser] Add ability to pass properties to extending parsers and ...Mike Kucera36-10464/+10265
2009-04-15[272375] support for UTF string literals in LR parserMike Kucera4-0/+16
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 su...Mike Kucera16-5433/+5485
2009-03-30partial fix for bug 252243 for LR parserMike Kucera2-1/+11
2009-02-09fixed bug with parsing __declspecMike Kucera12-5880/+5890
2009-02-09support for GNU extension type id initiailzers in C++Mike Kucera13-7572/+7610
2009-02-09fix for bug 195701 for LR parsers, attributes in namespace definitionMike Kucera4-4743/+4724
2009-02-06support gnu extensions to template instantiationsMike Kucera7-4513/+4745
2009-02-05added support for restrict to GNU C++Mike Kucera14-5479/+5590
2009-02-04cleaning up the architecture of the LR parsersMike Kucera52-16425/+16625
2009-02-04fixed problem with typeof and attributes after pointersMike Kucera12-6210/+6320
2009-02-03added support for IBuiltinBindingsProvider to LR parsersMike Kucera6-2/+111
2009-02-03GNU extensions: Optional positive expression in conditional expression (bug 2...Mike Kucera14-7567/+8189
2009-02-03improved several interfaces in LR parserMike Kucera35-574/+470

Back to the top