Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Removed obsolete Codan feature.Sergey Prigogin10-1307/+0
2011-07-25Bug 352983 - internal error in switch isFallThroughStatementMarc-Andre Laperle2-2/+17
2011-07-21Bug 348191 - Quick fix for catch by value should propose to replace by aMarc-Andre Laperle8-10/+184
2011-07-20Fixed javadoc.Sergey Prigogin1-2/+2
2011-07-18Removed an invalid exemption for abstract classes.Sergey Prigogin2-23/+7
2011-07-18Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't takeSergey Prigogin2-160/+115
2011-07-16Bug 333599 - [C++0x] Initializer lists & return without typeTomasz Wesolowski2-1/+10
2011-07-09Set UI harness for codan tests. Needed for quick fixes.Marc-Andre Laperle1-1/+2
2011-07-06Bug 339795 - [checker] Checker that finds class members that are notAnton Gorenkov7-3/+727
2011-07-06Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /Alena Laskavaia7-13/+12
2011-06-29More tests for the Maven build.Doug Schaefer1-0/+35
2011-06-28Mavenizing CDT releng.Doug Schaefer6-0/+102
2011-06-28Bug 332283 - Parser gives warning if main does not return anythingAlena Laskavaia2-3/+23
2011-06-28Bug 345687 - [fp] "No return, in function returning non-void" forTomasz Wesolowski2-1/+11
2011-06-26Bug 346559 - [fp] undeserved "no return in function returning non-void"Tomasz Wesolowski2-0/+20
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong2-2/+2
2011-06-08Bug 348747 - Codan source bundles missing required filesVivian Kong11-13/+89
2011-05-28Bug 315528 - [fp] Non-virtual destructor diagnostics doesn't take superclass ...Sergey Prigogin2-31/+44
2011-05-27Bug 347392 - Non externalized string in org.eclipse.cdt.codan.internal.ui.pre...Sergey Prigogin3-1/+5
2011-05-27Bug 333494 - Codan sometimes stops working after upgrade.Sergey Prigogin2-35/+12
2011-05-27Cosmetics.Sergey Prigogin1-2/+1
2011-05-26Bug 347325 - Codan source bundles missing legal files - add legal files to so...Vivian Kong4-0/+602
2011-05-25Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin4-27/+52
2011-05-24Bug 331788 - NLS: Severities for Code Analysis Problem Preferences not extern...Vivian Kong6-12/+51
2011-05-24Moved initialization of default preference to Codan core where it belongs.Sergey Prigogin3-23/+15
2011-05-23Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin3-1/+131
2011-05-20Comment adjustment.Sergey Prigogin1-1/+1
2011-05-20Code streamlining.Sergey Prigogin1-67/+65
2011-05-20Fixed misleading names and made few other readability improvements.Sergey Prigogin1-30/+27
2011-05-20Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin1-7/+15
2011-05-20Bug 346568 - Update licenses for IndigoVivian Kong2-2/+4
2011-05-19Bug 315528 - Non-virtual destructor diagnostics doesn't take superclass into ...Sergey Prigogin1-15/+33
2011-05-19Bug 346365 - Codan ignores default preferences.Sergey Prigogin2-14/+62
2011-05-19Restricted visibility of methods.Sergey Prigogin1-3/+3
2011-05-19Do not report suspicious semicolons produced by macro expansion.Sergey Prigogin3-15/+38
2011-05-13Bug 345793 - Codan checkers run even when disabled.Sergey Prigogin3-5/+8
2011-05-10Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin1-0/+16
2011-05-08Methods for controlling grabExcessHorisontalSpace and grapExcessVerticalSpace...Sergey Prigogin2-3/+3
2011-05-02Bug 326269. A follow up patch by Anton Gorenkov.Sergey Prigogin2-20/+18
2011-05-02fixed reporting of error in empty constructorAlena Laskavaia1-13/+18
2011-05-02Bug 335901 - Suspicious semicolon is not reported in "else" clauseAlena Laskavaia4-4/+29
2011-05-01cleanup up some login in return checker and optimized (not building cfg for s...Alena Laskavaia1-34/+50
2011-05-01Bug 343767 - [fp] 'No return' warning when return in both if and elseAlena Laskavaia2-4/+39
2011-05-01Bug 343767 - [fp] 'No return' warning when return in both if and elseAlena Laskavaia1-0/+35
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a fileAndrew Gvozdev2-13/+93
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a filev201104290807Andrew Gvozdev4-11/+60
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a fileAndrew Gvozdev5-310/+861
2011-04-26Don't report problems inside macro expansions.Sergey Prigogin1-1/+16
2011-04-26Fixed warnings.Sergey Prigogin2-11/+10
2011-04-26Cosmetics.Sergey Prigogin1-6/+3

Back to the top