Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin7-7/+7
2013-12-17Bug 424160: null checks for CodanPreferencesLoader.getProjectNodeAndrew Eidsness2-10/+12
2013-12-16Bug 419938 - [fp] Pure virtual implementation not recognized if only oneNathan Ridge1-0/+18
2013-12-06Cosmetics.Sergey Prigogin2-34/+9
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
2013-12-06Cosmetics.Sergey Prigogin1-8/+0
2013-12-01Bug 421900 - NPE in StatementHasNoEffectChecker.usesOverloadOperator()Nathan Ridge1-6/+13
2013-10-09Fixed an NPE during shutdown.Sergey Prigogin1-0/+2
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge1-0/+16
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-3/+4
2013-08-28Bug 390782 - NPE in AssignmentToItselfChecker$1.isAssignmentToItselfSergey Prigogin1-9/+13
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev7-7/+7
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-22Cosmetics.Sergey Prigogin1-1/+0
2013-07-19Bug 358694 - False warning about Unused static function in templateNathan Ridge2-0/+31
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-15Added missing copyright comments and cleaned up localizable messages.Sergey Prigogin9-31/+50
2013-07-15Normalized dependencies.Sergey Prigogin1-7/+7
2013-07-14Bug 399146 - Bogus 'statement has no effect' warning for call toNathan Ridge2-7/+40
2013-07-09Bug 400673 - [c++11] Unnecessary warning in class constructor (notNathan Ridge2-1/+14
2013-07-08Cosmetics.Sergey Prigogin1-13/+13
2013-07-07Bug 408303 - [C++11] Incorrect member not initialized warnings forNathan Ridge1-0/+14
2013-07-04Bug 412057 - UI tests don't run on Mac Cocoa using Tycho buildMarc-Andre Laperle1-1/+1
2013-06-22Fixed 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

Back to the top