Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-10Remove redundant superinterfaces. Alexander Kurtakov4-7/+4
2019-03-21Bug 519105 - Return checker for functions with noreturnMarco Stornelli1-0/+12
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham4-28/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham2-2/+2
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham1-0/+1
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham26-158/+158
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham38-114/+228
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge1-0/+15
2018-06-26Bug 534330 - Only create an index for the project containing the TU being ana...Nathan Ridge1-4/+1
2018-02-08Remove useless code.Alexander Kurtakov1-3/+2
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-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge1-0/+3
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-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-4/+4
2016-09-05Bug 500884. Fixed ExternalToolInvoker so it starts the Build Console.Dan Crosscup1-0/+4
2016-07-07Bug 496628 - Avoid codan markers that cover an entire class declarationNathan Ridge1-1/+7
2016-02-23Bug 486610 - Fixed a highlight problem in reportProblem methodAlisson Linhares de Carvalho1-5/+5
2016-02-11Update copyright datesMarc Khouzam3-3/+3
2016-01-11Bug 383576 - Ability to ignore codan errors using line commentsAlena Laskavaia1-7/+55
2016-01-08fixing some commentsAlena Laskavaia2-40/+24
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam19-19/+19
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin1-5/+33
2015-04-03Cosmetics.Sergey Prigogin1-16/+13
2015-04-03Reverted erroneous commits.Sergey Prigogin1-13/+16
2015-04-03CosmeticsSergey Prigogin1-16/+13
2015-03-19codan: encapsulated builder and added vm var to disable (for tests)Alena Laskavaia1-2/+3
2015-03-08Code streamlining.Sergey Prigogin1-19/+3
2015-03-08Cosmetics.Sergey Prigogin1-30/+25
2015-03-06codan: added AbstractCElementChecker class Alena Laskavaia2-39/+74
2015-03-05codan: refactored external tool invoke to be more usefulAlena Laskavaia2-50/+77
2015-03-05added codan marker generatorAlena Laskavaia1-0/+63
2015-02-19Bug 455828 - Proper handling of 'switch' without explicit defaultNathan Ridge1-0/+12
2015-02-19Bug 455828 - Proper handling of 'break' inside compound statement in aNathan Ridge1-22/+24
2015-02-18Bug 327375 control flow graph regression - dead connector nodesAlena Laskavaia1-11/+30
2015-02-18Bug 455828 - General cleanup in ControlFlowGraphBuilderNathan Ridge1-18/+11
2014-12-14Bug 447486 - codan - CCE is thrown by control flow graph builderAlena Laskavaia1-14/+36
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge1-1/+1
2014-09-10Bug 353352 - CFG doesn't handle range-based for loopAlena Laskavaia1-5/+38
2014-08-14Proper reporting of unsupported statement types.Sergey Prigogin3-4/+52
2014-06-21Bug 394521 Do Constant folding propagation when building CFGAlena Laskavaia1-3/+28
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia1-6/+0
2014-03-31Bug 431544 - UnsupportedOperationException inSergey Prigogin1-1/+2
2014-03-31Cosmetics.Sergey Prigogin1-96/+34
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
2013-07-22Cosmetics.Sergey Prigogin1-1/+0
2013-06-22Fixed an NPE.Sergey Prigogin1-0/+2
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski1-7/+15
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz1-6/+9

Back to the top