Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-26Cosmetics.Sergey Prigogin1-5/+5
2011-04-25- added stats collecting codeAlena Laskavaia2-8/+147
2011-04-25Bug 342906 - No warning if only one of an if/else pair has a return statementAlena Laskavaia2-9/+68
2011-04-25Bug 332285 - Parser misinterprets return statement in lambdaAlena Laskavaia2-15/+27
2011-04-25Bug 338046 - Bogus warning in macro that resolves to 'case' statementAlena Laskavaia1-0/+23
2011-04-25Bug 339802 - [fp] No break at the end of case if "break" is defined in braces...Alena Laskavaia1-0/+16
2011-04-24Bug 343676: rewrote case checker to support complex structuresAlena Laskavaia2-161/+132
2011-04-23Bug 343682 - [performance] AbstractClassInstantiationChecker could be a bit f...Marc-Andre Laperle1-3/+18
2011-04-19Renamed messages.properties to Messages.properties.Sergey Prigogin2-5/+5
2011-04-19Renamed messages.properties to CeheckersMessages.properties.Sergey Prigogin4-119/+4
2011-04-19Renamed messages.properties to CodanUIMessages.properties.Sergey Prigogin2-5/+101
2011-04-19Rename messages.properties to Messages.properties.Sergey Prigogin2-5/+24
2011-04-12Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin5-8/+451
2011-04-12Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.Sergey Prigogin11-280/+430
2011-04-10Cosmetics.Sergey Prigogin1-2/+1

Back to the top