aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
AgeCommit message (Expand)Author
2008-04-16Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV toTed Kremenek
2008-04-16Implemented toll-free bridging support for CF Reference count checker.Ted Kremenek
2008-04-15Added initial boilerplate to support toll-free bridging in the ref-count chec...Ted Kremenek
2008-04-14Treat calls to unresolved functions in the CF-ref count checker as callsTed Kremenek
2008-04-14Hooked up the dead-store checker to the BugReporter interface. Now dead-storeTed Kremenek
2008-04-11Add some boilerplate to report memory leaks at the end of an analyzed function.Ted Kremenek
2008-04-11Added FIXMETed Kremenek
2008-04-11Fix regression introduced by my last commit.Ted Kremenek
2008-04-11Changed behavior of how we handle "NULL" summaries: just callTed Kremenek
2008-04-11Use RangedBugReport to report better ranges for reference count errors.Ted Kremenek
2008-04-10Fixed some logic errors in the CF ref count checker; we now can detect simpleTed Kremenek
2008-04-10Simplify CF ref. count checker state machine.Ted Kremenek
2008-04-10Fix some bonehead bugs in summary generation in CFRefCount.Ted Kremenek
2008-04-10Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek
2008-04-10CFRefCount analysis now properly calls "EmitWarnings" after analyzing a funct...Ted Kremenek
2008-04-09Hooked up initial reference-count checks to the BugReporter interface.Ted Kremenek
2008-04-09Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.Ted Kremenek
2008-04-09Added some boilerplate for emitting warnings from the CF-reference count chec...Ted Kremenek
2008-03-31Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removedTed Kremenek
2008-03-21Rename "Nodify" to "MakeNode"Ted Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner