Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Remove reference to java environment in build.propertiesMarc Khouzam1-2/+1
2015-08-24Bug 471967: preference page does not show up - invalid valuesAlena Laskavaia1-2/+0
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam7-7/+7
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam7-7/+7
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin2-12/+50
2015-04-03Cosmetics.Sergey Prigogin2-27/+24
2015-04-03Reverted erroneous commits.Sergey Prigogin2-24/+27
2015-04-03CosmeticsSergey Prigogin2-27/+24
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam6-7/+7
2015-03-23codan: added filter field in the problem configuration pageAlena Laskavaia3-2/+24
2015-03-19codan: encapsulated builder and added vm var to disable (for tests)Alena Laskavaia8-12/+67
2015-03-09Bug 352407 - Change CharOperation.pathMatch() to take CharSequence'sNathan Ridge2-30/+38
2015-03-08Bug 352407 - Correctly compare resource path to pattern in codanNathan Ridge3-5/+5
2015-03-08Code streamlining.Sergey Prigogin1-19/+3
2015-03-08Cosmetics.Sergey Prigogin1-30/+25
2015-03-06codan: example of CElement checker - external invokeAlena Laskavaia3-0/+174
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 Laskavaia4-2/+71
2015-03-04updated codan examplesAlena Laskavaia2-40/+49
2015-03-04codan - tracing options for printing checker statsAlena Laskavaia4-32/+146
2015-03-04converted codan test to use comment labels positioningAlena Laskavaia1-27/+14
2015-02-28adjusted message for comment checkerAlena Laskavaia1-4/+4
2015-02-26codan - checker for commentsAlena Laskavaia7-16/+251
2015-02-23codan - code cleanupAlena Laskavaia5-24/+12
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 Ridge4-18/+67
2015-02-19Bug 455828 - Proper handling of 'switch' without explicit defaultNathan Ridge3-4/+58
2015-02-19Bug 455828 - Proper handling of 'break' inside compound statement in aNathan Ridge2-22/+45
2015-02-18Bug 327375 control flow graph regression - dead connector nodesAlena Laskavaia3-35/+135
2015-02-18Bug 455828 - General cleanup in ControlFlowGraphBuilderNathan Ridge1-18/+11
2015-02-16Bug 441714 - Consider spurious semicolons in CaseBreakCheckerNathan Ridge2-0/+25
2015-02-16Fix a typo in org.eclipse.cdt.codan.ui.cfgview/plugin.xmlNathan Ridge1-1/+1
2015-02-11Remove unnecessary .api_filtersMarc Khouzam1-12/+0
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 Prigogin7-7/+7
2014-12-14Bug 447486 - codan - CCE is thrown by control flow graph builderAlena Laskavaia5-25/+100
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge2-1/+10
2014-12-04Bug 453275 - Codan tests cannot test for checkers throwing an exceptionAlena Laskavaia3-21/+23
2014-12-03Avoid ClassCastException in Codan Run jobAlena Laskavaia1-26/+27
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 Laskavaia2-11/+101
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
2014-08-19Bug 437392 - Added the Launch Targets View.Doug Schaefer1-1/+4
2014-08-14Proper reporting of unsupported statement types.Sergey Prigogin3-4/+52
2014-08-13Cosmetics.Sergey Prigogin1-3/+3
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin7-7/+7
2014-06-21Bug 394521 Do Constant folding propagation when building CFGAlena Laskavaia3-5/+94
2014-06-19Bug 433357 - Added fix for false positives from GNUChris Marr2-15/+39

Back to the top