Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-19Bug 486082 - Have ProblemBindingChecker report errors of type IProblemBinding...Nathan Ridge2-0/+11
2017-05-30Bug 517405 - Marker refresh causes editor to openThomas Corbat1-4/+5
2017-05-29Bug 514423 - Ensure CodanCReconciler is installed on editors from all windowsNathan Ridge3-11/+58
2017-05-26Fix Codan quick-fixesJeff Johnston3-7/+6
2017-05-09Bug 512932 - Improve type checking of GCC builtinsNathan Ridge2-3/+10
2017-05-08Bug 514685 - codan: handle fallthrough attributeRolf Bislin13-88/+510
2017-05-02Fixed copyrightAlena Laskavaia1-15/+14
2017-05-01Bug 515814 Copyright header for CaseBreakQuickFixCommentTestThomas Corbat1-0/+8
2017-04-26Bug 515814 - codan: add missing JUnit Testromibi2-0/+46
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston3-4/+61
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle66-219/+82
2017-02-06Bug 511229 - RFE: Add quick fixes for some basic gcc errorsJeff Johnston14-6/+431
2017-01-21Bug 510722 - Handle a null AST in ExpandSelectionJob and ControlFlowGraphViewNathan Ridge1-0/+3
2016-11-16Update version to 9.3.0Marc Khouzam8-8/+8
2016-11-15Update version to 9.2.0Marc Khouzam8-8/+8
2016-11-11Bug 507148. Fixed opening/switching to editor.Dominic Scharfe11-9/+335
2016-10-26Bug 496720 - Respect scope filters for AST-based checkersNathan Ridge1-2/+2
2016-10-06More robust implementation of ControlFlowGraphBuilder.isConstant methodSergey Prigogin1-6/+3
2016-10-05Bug 504004 - ReturnChecker should treat constructors and destructors asSergey Prigogin1-12/+16
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter2-5/+5
2016-09-05Bug 500884. Fixed ExternalToolInvoker so it starts the Build Console.Dan Crosscup1-0/+4
2016-08-17Update version to 9.1.0Marc Khouzam7-7/+7
2016-07-07Bug 496628 - Avoid codan markers that cover an entire class declarationNathan Ridge2-1/+22
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam27-45/+45
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-1/+1
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt2-3/+3
2016-04-21Cosmetics.Sergey Prigogin1-15/+14
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin1-1/+1

Back to the top