Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-27Bug 539145 - Avoid NPE in CaseBreakQuickFixFallthroughAttribute.validPosition...Nathan Ridge1-0/+2
2018-09-27Bug 539145 - Avoid opening an editor during CaseBreakQuickFixFallthroughAttri...Nathan Ridge2-11/+9
2018-09-15Bug 538266 - NPE in QuickFixCreateNewClass.isApplicable()Nathan Ridge1-1/+3
2018-07-25Bug 537272 - Offer "Create local variable" based on compiler errorsFelix Morgner2-0/+5
2018-07-08Bug 536268 - Find uses of overloaded operators when checking for unused symbolsNathan Ridge2-0/+13
2018-06-26Bug 534330 - Only create an index for the project containing the TU being ana...Nathan Ridge1-4/+1
2018-06-05[releng] Bump version to 9.6.0Jonah Graham1-1/+1
2018-06-03Bug 532120: Catch by const reference ignores const placement settingFelix Morgner3-51/+138
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 Ridge2-0/+8
2018-03-14Bug 525250: "Create local variable" offered outside of local scopesFelix Morgner8-8/+90
2018-02-13[releng] Bump version to 9.5.0Jonah Graham1-1/+1
2018-02-10Bug 529383 - NPE in CheckersRegistry.getResourceProfile()Nathan Ridge2-0/+8
2018-02-08Remove useless code.Alexander Kurtakov1-3/+2
2018-02-06Bug 530481 - NPE in QuickFixSuppressProblem.prepareFor()Nathan Ridge1-1/+4
2018-01-10Bug 529338 - NPE in QuickFixUseDotOperator.apply()Nathan Ridge1-0/+5
2017-12-26Bug 350144 - suppressing the "No break" problem with regexpAlena Laskavaia3-3/+58
2017-11-30Bug 527553: Detect invalid decltype(auto) with a type specifierHansruedi Patzen5-0/+237
2017-11-24Bug 527709 - [Checker] Test suite fails on WindowsHansruedi Patzen2-2/+2
2017-11-21Bug 526669 - Use the Matcher API correctly in CodanProblemMarkerResolutionGen...Nathan Ridge1-0/+2
2017-11-21Releng fixes, ensuring legal files are there. Removing projects.Doug Schaefer2-1/+27
2017-10-26Bug 525953 - Simplify the implementation of AbstractCodanCMarkerResolution.ge...Nathan Ridge1-5/+3
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston1-2/+2
2017-10-13Bug 525438 - Fix file path comparison in AbstractIndexAstChecker.getLineComme...Nathan Ridge1-2/+1
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer1-10/+0
2017-10-04Bug 495842: Add a quick fix for codan problems that ignores them by adding a ...Felix Morgner10-80/+304
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge2-1/+10
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge3-49/+65

Back to the top