Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge1-0/+16
2013-09-04Fix pom versionsMarc-Andre Laperle7-7/+7
2013-08-28Bug 390782 - NPE in AssignmentToItselfChecker$1.isAssignmentToItselfSergey Prigogin1-9/+13
2013-08-23Revert "More version changes."Sergey Prigogin7-14/+14
2013-08-23More version changes.Sergey Prigogin7-14/+14
2013-08-19Bug 414279 - Derived class method that overrides a base class methodNathan Ridge1-0/+19
2013-08-02Bug 45203. Support for symbols exported by multiple headers.Sergey Prigogin1-7/+2
2013-07-28Moved getPureVirtualMethods method to SemanticQueries.Sergey Prigogin1-2/+2
2013-07-28Bug 351612 - Pure virtual implementation not recognized if multiplyNathan Ridge1-0/+54
2013-07-25Bug 352267 - Assignment in condition checker matches the wholeNathan Ridge3-12/+76
2013-07-18Bug 363884 - NPE using 'Add break statement' quick fixNathan Ridge2-7/+29
2013-07-17Bug 393129 - Do not give "unused symbol" warning for file-scope variableNathan Ridge2-0/+41
2013-07-17Added missing copyright comments and cleaned up localizable messages.Sergey Prigogin9-31/+50
2013-07-17Normalized dependencies.Sergey Prigogin1-7/+7
2013-07-17Bug 399146 - Bogus 'statement has no effect' warning for call toNathan Ridge2-7/+40
2013-07-17Bug 400673 - [c++11] Unnecessary warning in class constructor (notNathan Ridge2-1/+14
2013-07-17Cosmetics.Sergey Prigogin1-13/+13
2013-07-17Bug 408303 - [C++11] Incorrect member not initialized warnings forNathan Ridge1-0/+14
2013-07-17Fixed an NPE.Sergey Prigogin1-0/+2
2013-05-22Cosmetics.Sergey Prigogin2-7/+8
2013-05-22Bug 402607 - [c++11] Invalid "member was not initialized warning" withDanny Ferreira2-0/+39
2013-05-20Bug #368221axel1-3/+15
2013-05-03Bug #368221axel1-6/+24
2013-04-04Don't report unknown built-in functions as problems.Sergey Prigogin1-1/+6
2013-04-03Bug 404774 - Invalid implicit ctor call is not marked as errorSergey Prigogin2-18/+32
2013-02-05Enabled assertions during tests.Sergey Prigogin1-1/+1
2013-01-23Renamed few classes to distinguish tests from their base classes.Sergey Prigogin1-2/+2
2013-01-05Fixed broken test.Sergey Prigogin1-15/+3
2013-01-02Changed default preferences to not produce a warning for the last caseSergey Prigogin1-4/+4
2013-01-01Bug 396749 - Checker is not enabled if only one problem is selectedMarc-Andre Laperle1-4/+2
2012-12-28Bug 397208 - Problem markers don't get updated when preferences changeSergey Prigogin10-114/+180
2012-12-27Cosmetics.Sergey Prigogin1-1/+0
2012-12-07Bug 395018 - False 'member was not initalized in this constructor'Nathan Ridge2-9/+30
2012-12-07Bug 365498 - Strange warning placement for defaulted constructorNathan Ridge1-0/+9
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski5-15/+71
2012-11-09Bug 368222 - Preferences page uses wrong iconsMarc-Andre Laperle3-10/+51
2012-11-05Bug 392932 - ResourceException disabling checker in Codan preferencesMarc-Andre Laperle1-0/+3
2012-09-14Fix intermittent test failures.Markus Schorn2-5/+3
2012-08-24Normalized extension point labels.Sergey Prigogin4-7/+8
2012-08-10Bug 299911. Improved propagation of template instantiation context.Sergey Prigogin1-1/+2
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin2-11/+12
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin16-23/+23
2012-06-28Bug 383706. Restored accidentally commented out code.Sergey Prigogin1-2/+2
2012-06-28Bug 383706 - Class member initialization checker produces falseSergey Prigogin2-0/+12
2012-06-27Cosmetics.Sergey Prigogin1-9/+9
2012-05-17Fixed an NPE.Sergey Prigogin1-4/+8
2012-05-13Bug 368611 - Bogus warning in template partial specializationMarc-Andre Laperle2-2/+59
2012-05-10Fixed a typo.Sergey Prigogin1-2/+2
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz4-97/+137
2012-04-30Bug 378023 - Error markers are not removed when a checker is disabledSergey Prigogin5-23/+107

Back to the top