index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
UnreachableCodeChecker.cpp
Age
Commit message (
Expand
)
Author
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-01
Analyzer: Store BugReports directly in a ilist instead of adding another laye...
Benjamin Kramer
2012-02-29
[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...
Ted Kremenek
2011-12-01
Further tweak -Wurneachable-code and templates by allowing the warning to run on
Ted Kremenek
2011-11-10
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-07-28
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-01
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-17
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek