summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Take first step to migrating handling of "stores" to values from GRExprEngineTed Kremenek2008-04-161-3/+8
* Added some comments to GRExprEngine. Reorder some of the method definitionsTed Kremenek2008-04-151-316/+365
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-1/+1
* Fixed some logic errors in the CF ref count checker; we now can detect simpleTed Kremenek2008-04-101-0/+2
* Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.Ted Kremenek2008-04-091-0/+62
* simplify some code by using PointerLikeType.Chris Lattner2008-04-021-1/+1
* Added path-sensitive check for return statements that return the addressTed Kremenek2008-03-311-8/+46
* Hooked up initial NSString interface checking to GRSimpleVals.Ted Kremenek2008-03-271-4/+4
* Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...Ted Kremenek2008-03-271-0/+13
* Bug fix: use GetRVal instead of GetLVal (were getting the value of a DeclRefE...Ted Kremenek2008-03-261-1/+1
* Bug fix in transfer function for ObjCMessageExpr: Visit the receiver expressi...Ted Kremenek2008-03-261-1/+1
* Tweak to transfer function for ObjCMessageExpr: handle both instance methodsTed Kremenek2008-03-251-66/+70
* Added logic to check for uninitialized values as the receivers for message ex...Ted Kremenek2008-03-251-8/+64
* Added initial transfer function support for ObjCMessageExpr.Ted Kremenek2008-03-251-0/+41
* Rename "Nodify" to "MakeNode"Ted Kremenek2008-03-211-25/+27
* Fix assertion.Ted Kremenek2008-03-171-1/+1
* Fix integer overflow bug when processing switch statements.Ted Kremenek2008-03-171-4/+9
* Properly hook up inline asm transfer function logic to the main GRExprEngine ...Ted Kremenek2008-03-171-0/+4
* Added initial transfer function support for inline asm.Ted Kremenek2008-03-171-0/+62
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+1941
OpenPOWER on IntegriCloud