Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Bug 355174 - Improved tests and code for quickfixMarco Stornelli2-0/+85
2019-05-30Bug 545699 - Added quickfix for C style castMarco Stornelli2-0/+107
2019-05-28Bug 355174 - Added quickfix for miss cases/defaultMarco Stornelli3-0/+107
2019-05-26Bug 545956 - Added checker for virtual methods in ctor/dtorMarco Stornelli2-0/+250
2019-05-26Bug 355174 - Added cheker for missing case in a switchMarco Stornelli2-0/+199
2019-05-18Bug 468742 - Fix false positive no-virtual destructorMarco Stornelli1-0/+30
2019-05-18Bug 320786 - Fix false negative assignment in conditionMarco Stornelli1-0/+49
2019-05-16Bug 545702 - Added new checker to verify copyright informationMarco Stornelli2-0/+135
2019-05-12Bug 461435 - Added options to format pointers in methodsMarco Stornelli2-3/+3
2019-05-12Bug 458850 - Fix false positive for deferred classesMarco Stornelli1-4/+19
2019-05-08Bug 468749 - Fix false negative no virtual destructorMarco Stornelli1-0/+12
2019-05-08Bug 545952 - Added checker to check for goto usageMarco Stornelli2-0/+56
2019-04-21Bug 492878 - Fix no-return in function with gotoMarco Stornelli1-0/+12
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 Stornelli1-0/+50
2019-04-07Bug 546179 - Fix lack of warning for field referencesMarco Stornelli1-0/+14
2019-03-21Bug 545562 - Fix return checker check for template functionsMarco Stornelli1-0/+11
2019-03-21Bug 519105 - Return checker for functions with noreturnMarco Stornelli1-0/+17
2019-03-04Bug 544980: Added a checker for using directive in header fileMarco Stornelli2-1/+104
2019-02-19Bug 509751 - Process function template with non-dependent return type in Retu...Bassem Girgis1-0/+23
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham2-14/+14
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham3-22/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham3-4/+4
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham2-0/+3
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham3-7/+8
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham19-100/+119
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-37/+432
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham43-146/+284
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham1-68/+68
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge1-0/+5
2018-10-12Bug 389577 - False positive "Unused static function"Marc-Andre Laperle1-0/+19
2018-10-10Bug 519311 Handle delegating constructor in class templateBassem Girgis1-0/+18
2018-10-10Bug 519473 Fixed member function calling with referencesBassem Girgis1-0/+17
2018-09-30Bug 539307 - Set correct project nature in Codan tests to fix wrong content typeMarc-Andre Laperle9-22/+72
2018-07-08Bug 536268 - Find uses of overloaded operators when checking for unused symbolsNathan Ridge1-0/+12
2018-06-03Bug 532120: Catch by const reference ignores const placement settingFelix Morgner1-4/+55
2018-05-18Bug 534332 - Add a testcase involving a function as wellNathan Ridge1-0/+1
2018-05-11Bug 534332 - In the unused symbol checker, check for 'unused' attribute on th...Nathan Ridge1-0/+4
2018-03-14Bug 525250: "Create local variable" offered outside of local scopesFelix Morgner3-3/+71
2017-12-26Bug 350144 - suppressing the "No break" problem with regexpAlena Laskavaia1-0/+36
2017-11-30Bug 527553: Detect invalid decltype(auto) with a type specifierHansruedi Patzen2-0/+173
2017-11-24Bug 527709 - [Checker] Test suite fails on WindowsHansruedi Patzen2-2/+2
2017-10-04Bug 495842: Add a quick fix for codan problems that ignores them by adding a ...Felix Morgner2-0/+74
2017-06-19Bug 486082 - Have ProblemBindingChecker report errors of type IProblemBinding...Nathan Ridge1-0/+7
2017-05-09Bug 512932 - Improve type checking of GCC builtinsNathan Ridge1-0/+8
2017-05-08Bug 514685 - codan: handle fallthrough attributeRolf Bislin4-12/+292
2017-05-01Bug 515814 Copyright header for CaseBreakQuickFixCommentTestThomas Corbat1-0/+8
2017-04-26Bug 515814 - codan: add missing JUnit Testromibi2-0/+46
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle46-0/+7381

    Back to the top