Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22Bug 339463 - Quick fix create local variable and others do not infer ↵Marc-Andre Laperle1-0/+14
parameter types in method calls
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
Minor clean up.
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 ↵Alena Laskavaia1-1/+2
from codan.ui to cdt (should be in codan.ui.cxx)
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 ↵Alena Laskavaia1-0/+10
macro
2010-07-29Bug 314576: added assignment to itself checker, contribution from Severin ↵Alena Laskavaia2-0/+59
Gehwolf
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
Tomasz Wesolowski
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 ↵Alena Laskavaia1-0/+13
intermediate object between reporter and marker)
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
2010-05-31Externalized strings in manifestAlena Laskavaia3-3/+12
2010-05-27Added parameters for Catch by Reference checkerAlena Laskavaia2-2/+32
2010-05-25Added try block support in control flow graphAlena Laskavaia1-0/+27
2010-05-25Clean up interfaces for control flow graphAlena Laskavaia3-59/+58
2010-05-24Added test for problem argumentAlena Laskavaia3-95/+47
2010-05-24Renamed a test case to match the checkerAlena Laskavaia2-2/+91
2010-05-24Test for macro parametersAlena Laskavaia1-19/+2
2010-05-24Bug 313622 Tests for "Make checking for !a && b optional and off by default"Alena Laskavaia2-31/+44
2010-05-23Fixed preferences of type ListAlena Laskavaia1-1/+30
2010-05-20Added preference about macro expansionAlena Laskavaia2-16/+79
2010-05-19test for CxxAstUtilsAlena Laskavaia1-0/+113
2010-05-19Added test framework for fast testsAlena Laskavaia4-7/+196
2010-05-17Removed @Test annotation to make it backward compatible with 6.0Alena Laskavaia3-20/+0
2010-05-17Fix usage of progress monitorAlena Laskavaia1-3/+2
2010-05-17Fix compile errorAlena Laskavaia1-13/+12
2010-05-16Cleaned up problem preferences interfaces and fixed persistenceAlena Laskavaia6-0/+446
2010-05-13no need to run indexer for these testsAlena Laskavaia2-9/+5
2010-05-13Added tests for CatchByReferenceAlena Laskavaia2-0/+115

Back to the top