Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Do not report suspicious semicolons produced by macro expansion.Sergey Prigogin1-2/+11
2011-05-10Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin1-0/+16
2011-05-02Bug 335901 - Suspicious semicolon is not reported in "else" clauseAlena Laskavaia1-0/+13
2011-05-01Bug 343767 - [fp] 'No return' warning when return in both if and elseAlena Laskavaia1-0/+10
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 Gvozdev1-4/+48
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a filev201104290807Andrew Gvozdev1-0/+12
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a fileAndrew Gvozdev2-0/+249
2011-04-26Fixed warnings.Sergey Prigogin2-11/+10
2011-04-25Bug 342906 - No warning if only one of an if/else pair has a return statementAlena Laskavaia1-0/+24
2011-04-25Bug 332285 - Parser misinterprets return statement in lambdaAlena Laskavaia1-4/+18
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 Laskavaia1-2/+35
2011-04-12Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin2-7/+240
2011-04-12Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.Sergey Prigogin1-3/+7
2011-04-06Bug 341089: Codan does not handle missing functions in macros correctlyEmanuel Graf1-0/+12
2011-03-23Disabled auto formatting on save. Alena, please don't re-enable it.Sergey Prigogin1-2/+2
2011-03-22Bug 339463 - Quick fix create local variable and others do not infer paramete...Marc-Andre Laperle1-0/+14
2011-03-19added convinience method to use outside of the packageAlena Laskavaia2-3/+17
2011-03-13Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. ...Marc-Andre Laperle3-8/+26
2011-03-13Bug 338683 - Codan confuses fields with methodsMarc-Andre Laperle3-4/+94
2011-03-11Bug 337677 - Warning about "void" in late-specified return typeMarc-Andre Laperle1-1/+17
2011-03-08- did a major refactoring with API breakage to get rid of bad dependency fro...Alena Laskavaia1-1/+2
2011-02-24Bug 329497 - updated check for false negativeAlena Laskavaia1-4/+23
2011-02-24auto-format code using project formatterAlena Laskavaia14-103/+52
2011-02-24enable project specific code formatter so all committers use the same oneAlena Laskavaia2-3/+273
2011-02-20Fixed compiler warnings.Sergey Prigogin8-54/+46
2011-02-09Bug 335909 - adjusted cfg generation for switch and dead codeAlena Laskavaia1-7/+59
2011-02-08Bug 320187 - A codan checker for detecting format string vulnerabilitiesAlena Laskavaia2-0/+269
2011-01-18Bug 332285 - fixed lambda expressionsAlena Laskavaia1-0/+19
2011-01-18Bug 333813 - fixed fp, default settings and descriptionAlena Laskavaia2-20/+68
2010-12-01Bug 329497 - checker for no break at the end of caseAlena Laskavaia1-0/+13
2010-12-01Bug 329497 - checker for no break at the end of caseAlena Laskavaia3-4/+442
2010-10-18Bug 322119 - [checker] Suspicious semicolon (i.e. ";" after "if")Alena Laskavaia2-0/+155
2010-09-20Bug 321471 Return statement style patch from Marc-Andre LaperleAlena Laskavaia2-0/+117
2010-08-27Bug 323602: fixed f.p. in constructors/destructors for return checkerAlena Laskavaia2-2/+46
2010-08-07Bug 321933 fixed f.p. in assignment to itself checker when assignment is in m...Alena Laskavaia1-0/+10
2010-07-29Bug 314576: added assignment to itself checker, contribution from Severin Ge...Alena Laskavaia2-0/+59
2010-07-29PR:317067 - typo in commentAlena Laskavaia1-1/+1
2010-07-21Bug 319196 - quick fixes for adding local variables,etc. based on patch from ...Alena Laskavaia1-0/+70
2010-07-21turned off codan running on editor reconcile - gets on a way of testsAlena Laskavaia1-2/+61
2010-07-01added framework for quick fix tests and exampleAlena Laskavaia7-2/+216
2010-06-30fixed tests - only tested problems should be turned onAlena Laskavaia4-1/+47
2010-06-22Bug 317538: added framework to store arguments in a marker (add added interme...Alena Laskavaia1-0/+13
2010-06-19Bug 317042 added more cases for assignment in condition checkerAlena Laskavaia2-0/+87
2010-06-17Bug 317016: renamed miss-spelled functionAlena Laskavaia1-1/+1
2010-06-17Bug 316154: support processing of inner functionsAlena Laskavaia1-38/+57
2010-06-14Add missing about.html files.Doug Schaefer2-1/+26
2010-06-03Bug 315439 Fix up copyrightVivian Kong13-10/+40

Back to the top