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