Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-27Bug 566918 - [C++17] Support for __has_include (standard) andMarc-Andre Laperle1-0/+1
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-17/+17
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2017-10-04Bug 512297 - Impose a limit on the nesting depth of template argumentsNathan Ridge1-0/+1
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge1-0/+1
2017-05-14Bug 408470 - Add a missing message for a problem typeNathan Ridge1-0/+1
2015-07-07Bug 379684 Support for User Defined LiteralsRichard Eames1-1/+5
2014-05-07Added a missing message.Sergey Prigogin1-1/+2
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
2012-08-10Bug 305974. Fixed AST2TemplateTests.testSFINAE_bSergey Prigogin1-16/+12
2011-05-06Bug 340523 - Found 2 consecutive single quotes in text not handled by Java Me...Vivian Kong1-2/+2
2011-01-26Bug 333941: Squiqgly line for missing semicolons.Markus Schorn1-0/+1
2010-10-12Bug 312423: Unifies ids for problem bindings and problem types.Markus Schorn1-18/+15
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn1-0/+3
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn1-1/+9
2010-10-11Bug 312423: Concept of IProblemType, cleanup of IProblem.Markus Schorn1-14/+1
2009-05-26update copyrightsVivian Kong1-7/+7
2009-03-17fix NLS stringsVivian Kong1-10/+10
2008-12-09Cleanup parsing of qualified names, fixes bug 256840.Markus Schorn1-0/+1
2008-10-23Prevent the expansion of a macro when the closing parenthesis is not there, ...Markus Schorn1-1/+1
2008-10-06Binary constants contributed by Thomas Holland. Bug 249698.Sergey Prigogin1-0/+1
2008-05-26Fixed capitalization.Sergey Prigogin1-1/+1
2008-05-26Fixed a typo.Sergey Prigogin1-1/+1
2008-05-23Fix broken NLS strings in core-plugin, bug 233308.Markus Schorn1-14/+0
2008-05-21229942: apply fixAndrew Ferguson1-0/+1
2008-02-21Action to create a parser log, bug 213561.Markus Schorn1-1/+1
2008-02-15More tracing options for the indexer, combined 3 parallel IASTProblem impleme...Markus Schorn1-9/+9
2007-02-28Fix for Bug 120607 - C/C++ Indexer rejects valid pre-processor directiveAnton Leherbauer1-1/+4
2006-12-06Fix for 164619, interaction between cpp name resolution and index.Markus Schorn1-1/+2
2005-06-27EPL'ing the CDT.Doug Schaefer1-10/+10
2005-04-27bug 92882: report problem for method definition not matching declarationAndrew Niefer1-1/+2
2005-03-22bugs 88338, 88501, 88459Andrew Niefer1-0/+2
2005-03-11bug 87705Andrew Niefer1-1/+2
2005-03-10-some javadoc for IScope interfacesAndrew Niefer1-0/+4
2005-02-01basic file & offsets for CASTProblemsAndrew Niefer1-0/+1
2004-11-20Applied patch for Devin Steffler.John Camelon1-0/+1
2004-10-20Patch for Devin Steffler.John Camelon1-0/+2
2004-10-13Patch for Devin StefflerJohn Camelon1-0/+8
2004-06-03fix bug 64939 - recursive loopAndrew Niefer1-0/+1
2004-06-03Updated Parser.translationUnit() to catch all Throwable rather than ExceptionJohn Camelon1-0/+2
2004-05-21bug 43014, 62979: Reporting IProblems encountered during indexing. Only pre...Andrew Niefer1-1/+1
2004-04-05- performance improvements with Problem reporting originally from Dave DaoustAndrew Niefer1-1/+14
2004-03-04bug 53213- Externalize StringsAndrew Niefer1-0/+50

    Back to the top