Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham4-28/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham2-2/+2
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham1-0/+1
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham26-158/+158
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-34/+506
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham41-140/+272
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge1-0/+15
2018-10-23Bug 540367 - Increment version numbersWilliam Riley1-1/+1
2018-06-26Bug 534330 - Only create an index for the project containing the TU being ana...Nathan Ridge1-4/+1
2018-02-08Remove useless code.Alexander Kurtakov1-3/+2
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston1-2/+2
2017-10-13Bug 525438 - Fix file path comparison in AbstractIndexAstChecker.getLineComme...Nathan Ridge1-2/+1
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge1-0/+3
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle1-17/+0
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
2016-10-26Bug 496720 - Respect scope filters for AST-based checkersNathan Ridge1-2/+2
2016-10-06More robust implementation of ControlFlowGraphBuilder.isConstant methodSergey Prigogin1-6/+3
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-4/+4
2016-09-05Bug 500884. Fixed ExternalToolInvoker so it starts the Build Console.Dan Crosscup1-0/+4
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-07-07Bug 496628 - Avoid codan markers that cover an entire class declarationNathan Ridge1-1/+7
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
2016-02-23Bug 486610 - Fixed a highlight problem in reportProblem methodAlisson Linhares de Carvalho1-5/+5
2016-02-11Update copyright datesMarc Khouzam3-3/+3
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-11Bug 383576 - Ability to ignore codan errors using line commentsAlena Laskavaia3-9/+57
2016-01-08fixing some commentsAlena Laskavaia2-40/+24
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam19-19/+19
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin1-5/+33
2015-04-03Cosmetics.Sergey Prigogin1-16/+13
2015-04-03Reverted erroneous commits.Sergey Prigogin1-13/+16
2015-04-03CosmeticsSergey Prigogin1-16/+13
2015-03-19codan: encapsulated builder and added vm var to disable (for tests)Alena Laskavaia1-2/+3
2015-03-08Code streamlining.Sergey Prigogin1-19/+3
2015-03-08Cosmetics.Sergey Prigogin1-30/+25
2015-03-06codan: added AbstractCElementChecker class Alena Laskavaia2-39/+74
2015-03-05codan: refactored external tool invoke to be more usefulAlena Laskavaia2-50/+77
2015-03-05added codan marker generatorAlena Laskavaia3-2/+66
2015-02-19Bug 455828 - Proper handling of 'switch' without explicit defaultNathan Ridge1-0/+12
2015-02-19Bug 455828 - Proper handling of 'break' inside compound statement in aNathan Ridge1-22/+24
2015-02-18Bug 327375 control flow graph regression - dead connector nodesAlena Laskavaia1-11/+30
2015-02-18Bug 455828 - General cleanup in ControlFlowGraphBuilderNathan Ridge1-18/+11
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-12-14Bug 447486 - codan - CCE is thrown by control flow graph builderAlena Laskavaia1-14/+36
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge1-1/+1
2014-09-10Bug 353352 - CFG doesn't handle range-based for loopAlena Laskavaia1-5/+38

Back to the top