summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-2/+0
* More __unknown_anytype work.John McCall2011-04-111-0/+1
* Remove CK_DynamicToNull.Anders Carlsson2011-04-111-1/+0
* As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind whichAnders Carlsson2011-04-101-0/+1
* Start overhauling static analyzer support for C++ constructors. The inlining...Ted Kremenek2011-04-081-2/+8
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-1/+2
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-041-51/+4
* Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...Ted Kremenek2011-04-021-1/+2
* Static analyzer: fix bug in handling of dynamic_cast<>. The sink node wouldn...Ted Kremenek2011-03-311-97/+86
* Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek2011-03-301-66/+93
* static analyzer: Handle 'ExprWithCleanups' in ExprEngine by essentially ignor...Ted Kremenek2011-03-121-1/+1
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-17/+12
* Teach CFGBuilder to prune trivially unreachable case statements.Ted Kremenek2011-03-011-0/+4
* In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek2011-03-011-13/+15
* [analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnaly...Argyrios Kyrtzidis2011-03-011-0/+3232
OpenPOWER on IntegriCloud