Skip to main content
summaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2019-06-19[releng] Bump version to 9.8.1Jonah Graham1-1/+1
2019-05-31[releng] bump version numbers according to version number guidelinesJonah Graham1-1/+1
2019-05-30Bug 355174 - Improved tests and code for quickfixMarco Stornelli6-24/+118
2019-05-30Bug 545699 - Added quickfix for C style castMarco Stornelli10-0/+307
2019-05-28Bug 355174 - Added quickfix for miss cases/defaultMarco Stornelli11-3/+396
2019-05-26Bug 545956 - Added checker for virtual methods in ctor/dtorMarco Stornelli5-0/+477
2019-05-26Bug 355174 - Added cheker for missing case in a switchMarco Stornelli7-2/+358
2019-05-18Bug 547179 - Fix reset suppression comment on multi selectionMarco Stornelli4-7/+17
2019-05-18Bug 468742 - Fix false positive no-virtual destructorMarco Stornelli2-0/+39
2019-05-18Bug 320786 - Fix false negative assignment in conditionMarco Stornelli2-0/+55
2019-05-16Bug 545702 - Added new checker to verify copyright informationMarco Stornelli7-0/+291
2019-05-12Bug 461435 - Added options to format pointers in methodsMarco Stornelli2-3/+3
2019-05-12Bug 458850 - Fix false positive for deferred classesMarco Stornelli3-7/+29
2019-05-08Bug 468749 - Fix false negative no virtual destructorMarco Stornelli2-4/+15
2019-05-08Bug 545952 - Added checker to check for goto usageMarco Stornelli5-0/+114
2019-04-21Bug 492878 - Fix no-return in function with gotoMarco Stornelli2-1/+15
2019-04-15Bug 545699 - Add test to suite.Doug Schaefer1-0/+2
2019-04-15Bug 545699 - Added checker for C-style casts in C++Marco Stornelli4-0/+112
2019-04-07Bug 546179 - Fix lack of warning for field referencesMarco Stornelli2-0/+20
2019-04-04[releng] Fix baseline repo locationWilliam Riley1-1/+1
2019-03-21Bug 545562 - Fix return checker check for template functionsMarco Stornelli1-0/+11
2019-03-21Bug 519105 - Return checker for functions with noreturnMarco Stornelli3-1/+30
2019-03-04Bug 544980: Added a checker for using directive in header fileMarco Stornelli6-2/+169
2019-03-01[releng] Bump version to 9.8.0Jonah Graham1-1/+1
2019-02-19Bug 509751 - Process function template with non-dependent return type in Retu...Bassem Girgis3-13/+48
2019-02-19Bug 544539: Codan requires universal resolution from pluginsFelix Morgner2-4/+4
2018-12-10[releng] Bump version to 9.7.0Jonah Graham1-1/+1
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham12-36/+36
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham1-2/+2
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham5-10/+10
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham30-371/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham34-64/+64
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham7-0/+11
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham8-28/+30
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham184-1119/+1201
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham50-337/+4950
2018-11-22Bug 540373: Remove invalid javadoc API tagsJonah Graham1-1/+0
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham304-1082/+2084
2018-11-22Bug 540371: normalize files before applying EPLv2Jonah Graham1-3/+3
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham6-548/+548
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms10-0/+10
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge3-70/+36
2018-10-23Bug 540367 - Increment version numbersWilliam Riley6-6/+6
2018-10-12Bug 389577 - False positive "Unused static function"Marc-Andre Laperle2-8/+47
2018-10-10Bug 519311 Handle delegating constructor in class templateBassem Girgis2-0/+22
2018-10-10Bug 519473 Fixed member function calling with referencesBassem Girgis2-1/+25
2018-10-01Bug 539307 - Have Codan test suites open files in C editor, not Generic EditorNathan Ridge1-3/+4
2018-09-30Bug 539307 - Set correct project nature in Codan tests to fix wrong content typeMarc-Andre Laperle9-22/+72

Back to the top