index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
UnreachableCodeChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
1
-1
/
+2
*
[StaticAnalyzer] Fix false positives for unreachable code in macros.
Daniel Marjamaki
2017-08-02
1
-1
/
+1
*
alpha.core.UnreachableCode - don't warn about unreachable code inside macro
Daniel Marjamaki
2016-10-18
1
-0
/
+8
*
[StaticAnalyzer] Fix false positives for vardecls that are technically unreac...
Daniel Marjamaki
2016-09-28
1
-2
/
+4
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-5
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-6
/
+3
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-2
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-6
/
+6
*
[analyzer] check for now possibly null predecessor edge.
Ted Kremenek
2014-02-27
1
-0
/
+5
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-1
/
+1
*
Fixing a compile error that recently started happening for me in MSVC 2013. C...
Aaron Ballman
2013-12-29
1
-1
/
+1
*
Rename isBuiltinCall() to getBuiltinCallee()
Alp Toker
2013-12-28
1
-1
/
+1
*
[analyzer] Don't run unreachable code checker on inlined functions.
Jordan Rose
2013-08-19
1
-0
/
+3
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-4
/
+4
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-1
/
+1
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-4
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-2
/
+2
*
Analyzer: Store BugReports directly in a ilist instead of adding another laye...
Benjamin Kramer
2012-04-01
1
-1
/
+1
*
[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...
Ted Kremenek
2012-02-29
1
-0
/
+8
*
Further tweak -Wurneachable-code and templates by allowing the warning to run on
Ted Kremenek
2011-12-01
1
-2
/
+12
*
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-11-10
1
-3
/
+1
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-1
/
+1
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-4
/
+7
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-6
/
+12
*
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-11
1
-1
/
+1
*
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
1
-4
/
+4
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
1
-32
/
+26
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-5
/
+5
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+223