summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Actually use reduced set of checkers in EvalAssume.Jordy Rose2010-08-121-2/+1
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-2/+2
* Allow reference binding of a reference of Objective-C object type toDouglas Gregor2010-08-071-1/+2
* Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care2010-08-061-1/+0
* If all nodes are sunk, bail out early. This make the later check for checkers...Zhongxing Xu2010-08-061-1/+4
* Revert r110317, and add a comment why the assertion is not an invariant.Ted Kremenek2010-08-051-4/+4
* Turn the predicate into an assertion. When could the unequal case happen?Zhongxing Xu2010-08-051-1/+3
* Change the checker callback cache in GRExprEngine to be more compact (and IMH...Jordy Rose2010-08-041-25/+64
* Makes GRState::makeWithStore private, to encourage clients to make store chan...Jordy Rose2010-08-031-2/+1
* Changed GRExprEngine to pass down a reference to itself when checkers are doi...Tom Care2010-08-031-1/+1
* Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, an...Ted Kremenek2010-07-291-0/+3
* Remove extraneous guards around the call to getConjuredSymbolVal(). These ch...Ted Kremenek2010-07-291-6/+4
* Delete unnecessary const_cast.Zhongxing Xu2010-07-231-1/+1
* AnalysisContext is not const.Zhongxing Xu2010-07-231-1/+1
* Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu2010-07-201-107/+115
* Constify.Zhongxing Xu2010-07-201-8/+9
* Reapply r108617.Zhongxing Xu2010-07-191-13/+26
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-26/+13
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-13/+26
* Fix '<rdar://problem/8202272> __imag passed non-complex should not crash' by ...Ted Kremenek2010-07-171-2/+1
* Improved false positive rate for the idempotent operations checker and moved ...Tom Care2010-07-161-0/+1
* Introduce a new cast kind for an "lvalue bitcast", which handlesDouglas Gregor2010-07-131-0/+1
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-2/+2
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-2/+2
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-2/+2
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-1/+1
* Support sizeof for VLA expressions (sizeof(someVLA)). sizeof(int[n]) still un...Jordy Rose2010-07-051-3/+32
* Add an ivar to SymbolReaper for the current statement, and then stop passing ...Jordy Rose2010-07-011-3/+3
* ExplodedGraph never uses ASTContext, remove it.Zhongxing Xu2010-07-011-3/+3
* Correctly implement the CheckerVisit optimization introduced in r106884, but ...Ted Kremenek2010-06-301-1/+1
* Allow '__extension__' to be analyzed in a lvalue context.Ted Kremenek2010-06-261-2/+6
* Relax assertion since non-pod C++ classes are not aggregates, but still can a...Ted Kremenek2010-06-251-4/+9
* Add "checker caching" to GRExprEngine::CheckerVisit to progressively buildTed Kremenek2010-06-251-3/+51
* Add 'VisitEndAnalysis' callback to Checker class. This callback is called by...Ted Kremenek2010-06-231-0/+7
* Don't assert on C++ casts that are currently not handled by the static analyzer.Ted Kremenek2010-06-221-6/+24
* Register CallAndMessageChecker before AttrNonNullChecker. Then we can assumeZhongxing Xu2010-06-161-1/+3
* Merge StackAddrLeakChecker and ReturnStackAddressChecker.Zhongxing Xu2010-06-091-1/+1
* Add comments.Zhongxing Xu2010-06-031-1/+2
* Add option '-analyzer-max-loop', which specifies the maximum Zhongxing Xu2010-05-181-2/+1
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-2/+2
* Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-1/+1
* Turn -analyzer-inline-call on for C functions. This also fixed a bug thatZhongxing Xu2010-05-061-0/+26
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-9/+28
* Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor2010-04-261-3/+1
* CXXNamedCastExpr is actually an abstract expression.Zhongxing Xu2010-04-211-1/+0
* Add initial support for C++ delete expr.Zhongxing Xu2010-04-211-1/+5
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-4/+4
* Use GetState() to get the possible cleaned state.Zhongxing Xu2010-04-201-3/+3
* Move all C++ expression evaluation logic into its own file.Zhongxing Xu2010-04-191-234/+0
* Analyzer: add support for CXXNewExpr.Zhongxing Xu2010-04-191-1/+33
OpenPOWER on IntegriCloud