Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-08Removed deprecated method in codan.core, bumped version to 4.0Alena Laskavaia1-3/+3
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam17-17/+17
2015-12-29Fix an "unsafe method call" error.Nathan Ridge1-1/+2
2015-12-24Bug 484619 - Make sure ProblemBindingChecker reports unresolvedNathan Ridge1-0/+4
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-02-28adjusted message for comment checkerAlena Laskavaia1-4/+4
2015-02-26codan - checker for commentsAlena Laskavaia2-0/+89
2015-02-23codan - code cleanupAlena Laskavaia1-2/+0
2015-02-20Bug 455828 - Don't be over-eager when collecting dead nodes in theNathan Ridge1-6/+1
2015-02-16Bug 441714 - Consider spurious semicolons in CaseBreakCheckerNathan Ridge1-0/+11
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-06-19Bug 433357 - Added fix for false positives from GNUChris Marr1-14/+29
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia1-6/+34
2014-04-11Fixed compiler warnings.Sergey Prigogin1-1/+0
2014-02-12Bug 428041 - NPE in ReturnCheckerSergey Prigogin1-78/+33
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-12-01Bug 421900 - NPE in StatementHasNoEffectChecker.usesOverloadOperator()Nathan Ridge1-6/+13
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 Gvozdev1-1/+1
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-19Bug 358694 - False warning about Unused static function in templateNathan Ridge1-0/+15
2013-07-17Bug 393129 - Do not give "unused symbol" warning for file-scope variableNathan Ridge1-0/+31
2013-07-14Bug 399146 - Bogus 'statement has no effect' warning for call toNathan Ridge1-7/+27
2013-07-09Bug 400673 - [c++11] Unnecessary warning in class constructor (notNathan Ridge1-1/+5
2013-05-22Cosmetics.Sergey Prigogin1-4/+5
2013-05-22Bug 402607 - [c++11] Invalid "member was not initialized warning" withDanny Ferreira1-0/+17
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 Prigogin1-8/+13
2013-01-02Changed default preferences to not produce a warning for the last caseSergey Prigogin1-4/+4
2012-12-07Bug 395018 - False 'member was not initalized in this constructor'Nathan Ridge1-4/+9
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski1-3/+6
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 Prigogin2-3/+3
2012-06-28Bug 383706. Restored accidentally commented out code.Sergey Prigogin1-2/+2
2012-06-28Bug 383706 - Class member initialization checker produces falseSergey Prigogin1-0/+2
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 Laperle1-2/+35
2012-04-29Cosmetics.Sergey Prigogin1-5/+5
2012-04-16Cosmetics.Sergey Prigogin1-7/+3
2012-04-13Fixed EmptyStackException.Sergey Prigogin1-1/+1
2012-04-13Cosmetics.Sergey Prigogin1-8/+4

Back to the top