summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-81/+107
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-112/+112
* [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek2011-08-121-11/+31
* Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilde...Anna Zaks2011-08-111-4/+4
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-26/+25
* In Objective-C, pull arbitrary attributes from overriddenJohn McCall2011-07-221-13/+0
* [analyzer] Place checking for Core Foundation "Create" rule into a proper API...Ted Kremenek2011-07-161-4/+4
* Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...Jordy Rose2011-07-151-13/+8
* Teach the static analyzer's interpretation of Cocoa conventions toDouglas Gregor2011-07-061-3/+3
* Initialize a couple of variables to shut GCC up.John McCall2011-06-171-1/+1
* Automatic Reference Counting.John McCall2011-06-151-17/+90
* Tighen analyzer diagnostics w.r.t ObjC/CF leaks.Ted Kremenek2011-05-261-15/+14
* static analyzer: when conservatively evaluating functions, don't invalidate t...Ted Kremenek2011-05-251-5/+7
* Teach analyzer about cf_returns_not_retained for C functions.Ted Kremenek2011-05-251-0/+3
* Enhance retain/release checker to flag warnings when functions returning CG t...Ted Kremenek2011-05-251-51/+84
* Tweak the retain/release checker to not stop tracking retained objects when c...Ted Kremenek2011-05-021-0/+7
* Augment retain/release checker to not warn about tracked objects passed as ar...Ted Kremenek2011-05-021-16/+53
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C++ static analysis: also invalidate fields of objects that are the callees i...Ted Kremenek2011-04-111-0/+8
* When updating the retain summary based on {cf,ns}_consumed attributes,John McCall2011-04-061-1/+1
* Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek2011-03-301-9/+22
* [analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis2011-03-011-2/+2
* [analyzer] Remove checker V1 registration and running from ExprEngine.Argyrios Kyrtzidis2011-03-011-10/+10
* Makes most methods in SVals.h conform to the naming guide. ReviewedZhanyong Wan2011-02-161-1/+1
* static analyzer: Also invalidate instance variables of a receiver in a messag...Ted Kremenek2011-02-121-0/+12
* Rename 'InvalidateRegions()' to 'invalidateRegions()'.Ted Kremenek2011-02-111-1/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-7/+7
* analyzer, retain/release checker: Remove hack where objects passed in message...Ted Kremenek2011-02-081-18/+0
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+3525
OpenPOWER on IntegriCloud