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
/
Core
/
ExprEngine.cpp
Age
Commit message (
Expand
)
Author
2011-04-11
Remove CK_DynamicToNull.
Anders Carlsson
2011-04-10
As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which
Anders Carlsson
2011-04-08
Start overhauling static analyzer support for C++ constructors. The inlining...
Ted Kremenek
2011-04-07
Basic, untested implementation for an "unknown any" type requested by LLDB.
John McCall
2011-04-04
Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...
Ted Kremenek
2011-04-02
Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...
Ted Kremenek
2011-03-31
Static analyzer: fix bug in handling of dynamic_cast<>. The sink node wouldn...
Ted Kremenek
2011-03-30
Begin reworking static analyzer support for C++ method calls. The current lo...
Ted Kremenek
2011-03-12
static analyzer: Handle 'ExprWithCleanups' in ExprEngine by essentially ignor...
Ted Kremenek
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-01
Teach CFGBuilder to prune trivially unreachable case statements.
Ted Kremenek
2011-03-01
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnaly...
Argyrios Kyrtzidis
[prev]