Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-2/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-03-17removing API for custom preference listeners in codanAlena Laskavaia5-131/+8
2016-03-15Bug 489553 - ConcurrentModificationException belowAlena Laskavaia2-37/+47
2016-02-23Bug 486610 - Fixed a highlight problem in reportProblem methodAlisson Linhares de Carvalho2-5/+20
2016-02-22Code cleanup in Codan tests.Sergey Prigogin25-377/+383
2016-02-11Update copyright datesMarc Khouzam23-23/+23
2016-02-01Missing copyright header.Marc Khouzam3-1/+22
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam7-7/+7
2016-01-12codan - deprecating IProblemProfileChangeListenerAlena Laskavaia5-21/+38
2016-01-12Fixed codan example for pref change listenerAlena Laskavaia2-62/+37
2016-01-11Bug 383576 - Ability to ignore codan errors using line commentsAlena Laskavaia10-22/+176
2016-01-08Removed deprecated method in codan.core, bumped version to 4.0Alena Laskavaia9-78/+19
2016-01-08fixing some commentsAlena Laskavaia2-40/+24
2016-01-08Bug 411579 - Add a "Create new class" Quick fix.Alena Laskavaia8-17/+147
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam155-157/+157
2015-12-29Fix an "unsafe method call" error.Nathan Ridge1-1/+2
2015-12-24Bug 484619 - Make sure ProblemBindingChecker reports unresolvedNathan Ridge2-0/+18
2015-12-18cleanup of ControlFlowGraph viewAlena Laskavaia4-83/+179
2015-11-29Bug 479638 - Cache the result of EvalBinding.isConstantExpression() Nathan Ridge1-1/+11

Back to the top