Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-14Proper reporting of unsupported statement types.Sergey Prigogin3-4/+52
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-06-21Bug 394521 Do Constant folding propagation when building CFGAlena Laskavaia1-3/+28
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia1-6/+0
2014-03-31Bug 431544 - UnsupportedOperationException inSergey Prigogin1-1/+2
2014-03-31Cosmetics.Sergey Prigogin1-96/+34
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-07-22Cosmetics.Sergey Prigogin1-1/+0
2013-06-22Fixed an NPE.Sergey Prigogin1-0/+2
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski1-7/+15
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin2-3/+3
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz1-6/+9
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin1-7/+5
2012-04-29Eliminated redundant checker runs.Sergey Prigogin1-4/+2
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz1-0/+1
2012-04-25Bug 372551. Fixed semantics of ErrorParserManager (e.g.Alex Ruiz1-3/+1
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz17-18/+1004
2012-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin1-9/+16
2012-04-18Fixed a typo.Sergey Prigogin1-1/+1
2012-04-17Bug 316076 - fixed f.p. when using gcc annotation about no returnAlena Laskavaia1-0/+8
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin2-72/+7

Back to the top