Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-20Bug 352350 - Outline view corrupts expansion state of namespace nodesJens Elmenthaler1-0/+5
2010-08-01Bug 321069 ASTWriter fails on IASTDeclarators with nested declarators, patch ...Alena Laskavaia1-0/+14
2010-08-01Bug 319044 DeclaratorWriter unable to write a rvalue reference (patch from T...Alena Laskavaia1-0/+7
2010-07-07Bug 319107: [c++0x] DeclSpecWriter add support for decltype and typeofEmanuel Graf1-0/+10
2010-07-01Bug 318588: Add support for C++0x to DeclSpecWriterEmanuel Graf1-0/+8
2010-07-01Bug 318552: NPE in ExpressionWriter for unary expression without an operandEmanuel Graf1-0/+14
2010-03-15Support for C++0x 'auto' keyword and a test case. Bug 289542.Sergey Prigogin3-3/+3
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-1/+6
2009-12-21Fixed typos.Sergey Prigogin2-3/+3
2009-10-29Case insensitive searches, bug 293669.Markus Schorn1-0/+2
2009-05-04Bug 274490 - Return type stored in the ICElement- IFunctionDeclaration contai...Anton Leherbauer1-0/+4
2009-04-23Added IIndexInclude.getFullName method. Bug 272815.Sergey Prigogin3-0/+3
2009-04-01Fix case ranges, bug 270430.Markus Schorn2-1/+31
2009-02-17Preprocessor option to create tokens for inactive code branches, macro's from...Markus Schorn1-0/+5
2009-01-29Bug 225944 - Organize items by namespace in Outline, fixes also bug 262785Anton Leherbauer1-0/+3
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn2-0/+3
2008-11-27Correctly resolving includes like "path/../file.h", bug 246129Markus Schorn4-0/+23
2008-11-11Support for parameter annotations by Sebastian Moss, bug 254520.Markus Schorn2-0/+2
2008-11-10Support for exception specifications by Sebastian Moss, bug 252697Markus Schorn1-9/+27
2008-10-14Fix testcase for class friends.Markus Schorn1-0/+9
2008-07-07238842: cyclic includes causes infinite loop in PDOMManager.areSynchronizedAndrew Ferguson5-0/+17
2008-06-18Fixes parsing of declarations and new expressions, bug 84242+236856.Markus Schorn5-77/+77
2008-06-12Corrections to existing test-cases + additional ones.Markus Schorn1-17/+13
2008-05-30Fixes for refactoring by Guido Zgraggen and Lukas Felber, bug 234783, 234786 ...Markus Schorn1-0/+45
2008-05-23Fixes comment handling with preprocessor nodes by Emanuel Graf, bug 233438.Markus Schorn1-0/+44
2008-05-15Proper handling of comments before preprocessing statements by Emanuel Graf, ...Markus Schorn1-0/+94
2008-03-14Fix for 222398: [Model Builder] problem with inlined qualified member declara...Anton Leherbauer1-0/+12
2008-03-13Improved comment assignment for the NodeCommenter, by Guido Zgraggen, bug 222...Markus Schorn4-99/+235
2008-03-07Source Change Generator for ASTTransformations by Emanuel Graf and others, bu...Markus Schorn17-0/+6854
2007-11-06Migrate AsmModelBuilder to new LexerAnton Leherbauer1-2/+4
2007-10-23Fix for 205567: Implement an assembly model builderAnton Leherbauer1-0/+63
2007-06-19move templateengine testdata into conventional location which is picked up by...Andrew Ferguson10-0/+264
2007-06-08191679: add some unit testsAndrew Ferguson1-0/+12
2007-05-07Fix for 185408, API-compliance of IScope.find(String)Markus Schorn1-0/+4
2007-04-24181936: fix for support for function typesAndrew Ferguson2-0/+10
2007-04-20183160 - fix for class implicitsAndrew Ferguson1-0/+10
2007-04-06Fix for 180815: defining multiple globals variables at structure definition c...Anton Leherbauer1-1/+4
2007-03-28fix include path issue, and add regression testAndrew Ferguson2-0/+4
2007-03-27179322: remove test case (bug is RESOLVED INVALID)Andrew Ferguson2-4/+0
2007-03-26179322: add unit testAndrew Ferguson2-0/+4
2007-03-22169668: add unit tests + fix bugsAndrew Ferguson2-0/+14
2007-03-19fix handling of particular type of problem binding in KnR style function decl...Andrew Ferguson1-1/+10
2006-11-30Fix for bug 161913 - Migrate CModelBuilder to use DOM ASTAnton Leherbauer2-112/+114
2006-11-23165213: undo misadventure with abstractionAndrew Ferguson1-0/+5
2006-11-13Improve accuracy of index based binding resolutionAndrew Ferguson1-23/+0
2006-11-08Patch for 162581, by Andrew Ferguson, stack overflow in AST/PDOM.Markus Schorn3-2/+114
2006-11-06Bug 161609 - more testcases for PDOM/indexVivian Kong12-0/+301
2006-10-30Testcase for 162758, by Andrew Ferguson.Markus Schorn1-0/+1
2006-10-24Testcase: parsing headers in context of sources.Markus Schorn2-1/+4
2006-10-24fixes 149571, timestamps for files in PDOM; fixes 161715, refined strategy fo...Markus Schorn3-0/+3

Back to the top