Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia4-18/+78
2014-06-03Build with 4.4 and use target definition file for maven buildMarc-Andre Laperle1-0/+6
2014-04-23Added a TODO.Sergey Prigogin1-4/+3
2014-04-23Fixed a typo.Sergey Prigogin1-5/+5
2014-04-11Fixed compiler warnings.Sergey Prigogin1-1/+0
2014-04-09Missing NON-NLS stringsMarc Khouzam1-1/+1
2014-04-09Remove unused API filtersMarc Khouzam1-11/+0
2014-04-07Bug 430282 - Limit recursion depth when processing inheritanceNathan Ridge1-0/+9
2014-03-31Bug 431544 - UnsupportedOperationException inSergey Prigogin1-1/+2
2014-03-31Cosmetics.Sergey Prigogin2-97/+34
2014-03-15Fix intermittent test failures in codanMarc-Andre Laperle1-0/+2
2014-02-23Bug 428725 - Severity selection from Coda Analyses preferences shouldTeodor Madan1-1/+1
2014-02-12Bug 428041 - NPE in ReturnCheckerSergey Prigogin1-78/+33
2014-01-24Enabled JDK 1.7.Sergey Prigogin28-46/+46
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin7-7/+7
2013-12-17Bug 424160: null checks for CodanPreferencesLoader.getProjectNodeAndrew Eidsness2-10/+12
2013-12-16Bug 419938 - [fp] Pure virtual implementation not recognized if only oneNathan Ridge1-0/+18
2013-12-06Cosmetics.Sergey Prigogin2-34/+9
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
2013-12-06Cosmetics.Sergey Prigogin1-8/+0
2013-12-01Bug 421900 - NPE in StatementHasNoEffectChecker.usesOverloadOperator()Nathan Ridge1-6/+13
2013-10-09Fixed an NPE during shutdown.Sergey Prigogin1-0/+2
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge1-0/+16
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-3/+4
2013-08-28Bug 390782 - NPE in AssignmentToItselfChecker$1.isAssignmentToItselfSergey Prigogin1-9/+13

Back to the top