Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Update version to 9.2.1Marc Khouzam1-1/+1
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
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-0/+15
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-02-23Bug 486610 - Fixed a highlight problem in reportProblem methodAlisson Linhares de Carvalho1-0/+15
2016-02-22Code cleanup in Codan tests.Sergey Prigogin25-377/+383
2016-02-11Update copyright datesMarc Khouzam2-2/+2
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 Laskavaia1-0/+40
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam23-24/+24
2015-12-24Bug 484619 - Make sure ProblemBindingChecker reports unresolvedNathan Ridge1-0/+14
2015-11-29Bug 479638 - Cache the result of EvalBinding.isConstantExpression() Nathan Ridge1-1/+11
2015-09-29Remove reference to java environment in build.propertiesMarc Khouzam1-2/+1
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-7/+17
2015-03-04converted codan test to use comment labels positioningAlena Laskavaia1-27/+14
2015-02-26codan - checker for commentsAlena Laskavaia5-16/+162
2015-02-23codan - code cleanupAlena Laskavaia3-2/+5
2015-02-22codan tests - removed sleeps and made sure it runs in non-ui threadAlena Laskavaia1-12/+23
2015-02-22codan tests - make use of comment tags in testsAlena Laskavaia3-89/+68
2015-02-20Bug 455828 - Don't be over-eager when collecting dead nodes in theNathan Ridge2-3/+28
2015-02-19Bug 455828 - Proper handling of 'switch' without explicit defaultNathan Ridge2-4/+46
2015-02-19Bug 455828 - Proper handling of 'break' inside compound statement in aNathan Ridge1-0/+21
2015-02-18Bug 327375 control flow graph regression - dead connector nodesAlena Laskavaia2-24/+105
2015-02-16Bug 441714 - Consider spurious semicolons in CaseBreakCheckerNathan Ridge1-0/+14
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1
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-0/+42
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge1-0/+9
2014-12-04Bug 453275 - Codan tests cannot test for checkers throwing an exceptionAlena Laskavaia1-0/+2
2014-09-13Bug 353352 - CFG doesn't handle range-based for loopAlena Laskavaia1-1/+2
2014-09-10Bug 353352 - CFG doesn't handle range-based for loopAlena Laskavaia1-6/+63
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-06-21Bug 394521 Do Constant folding propagation when building CFGAlena Laskavaia2-2/+66
2014-06-19Bug 433357 - Added fix for false positives from GNUChris Marr1-1/+10
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia1-0/+38
2014-06-03Build with 4.4 and use target definition file for maven buildMarc-Andre Laperle1-0/+6
2014-04-07Bug 430282 - Limit recursion depth when processing inheritanceNathan Ridge1-0/+9
2014-03-15Fix intermittent test failures in codanMarc-Andre Laperle1-0/+2
2014-01-24Enabled JDK 1.7.Sergey Prigogin4-6/+6
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-12-16Bug 419938 - [fp] Pure virtual implementation not recognized if only oneNathan Ridge1-0/+18
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge1-0/+16
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-08-19Bug 414279 - Derived class method that overrides a base class methodNathan Ridge1-0/+19
2013-07-28Bug 351612 - Pure virtual implementation not recognized if multiplyNathan Ridge1-0/+54

Back to the top