aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-18alpha.core.UnreachableCode - don't warn about unreachable code inside macroDaniel Marjamaki1-0/+8
2016-09-28[StaticAnalyzer] Fix false positives for vardecls that are technically unreac...Daniel Marjamaki1-2/+4
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-5/+1
2015-12-28Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko1-6/+3
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-2/+2
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-6/+6
2014-02-27[analyzer] check for now possibly null predecessor edge.Ted Kremenek1-0/+5
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-1/+1
2013-12-29Fixing a compile error that recently started happening for me in MSVC 2013. C...Aaron Ballman1-1/+1
2013-12-28Rename isBuiltinCall() to getBuiltinCallee()Alp Toker1-1/+1
2013-08-19[analyzer] Don't run unreachable code checker on inlined functions.Jordan Rose1-0/+3
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie1-4/+4
2013-02-21Replace ProgramPoint llvm::cast support to be well-defined.David Blaikie1-1/+1
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie1-4/+4
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-5/+5
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek1-2/+2
2012-04-01Analyzer: Store BugReports directly in a ilist instead of adding another laye...Benjamin Kramer1-1/+1
2012-02-29[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...Ted Kremenek1-0/+8
2011-12-01Further tweak -Wurneachable-code and templates by allowing the warning to run onTed Kremenek1-2/+12
2011-11-10Constant expression evaluation: support for evaluation of structs and unions ofRichard Smith1-3/+1
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek1-1/+1
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks1-4/+7
2011-07-28[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek1-6/+12
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne1-1/+1
2011-03-01In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek1-4/+4
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis1-2/+2
2011-02-23[analyzer] Migrate UnreachableCodeChecker to CheckerV2.Argyrios Kyrtzidis1-32/+26
2011-02-17[analyzer] Pass CheckerManager to the registration functions.Argyrios Kyrtzidis1-1/+6
2011-02-15[analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis1-2/+2
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek1-5/+5
2011-02-08[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...Argyrios Kyrtzidis1-1/+1
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek1-0/+223