aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/CFRefCount.cpp
AgeCommit message (Expand)Author
2011-08-15Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek
2011-08-12Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek
2011-08-12[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek
2011-08-11Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilde...Anna Zaks
2011-07-25Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-22In Objective-C, pull arbitrary attributes from overriddenJohn McCall
2011-07-16[analyzer] Place checking for Core Foundation "Create" rule into a proper API...Ted Kremenek
2011-07-15Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...Jordy Rose
2011-07-06Teach the static analyzer's interpretation of Cocoa conventions toDouglas Gregor
2011-06-17Initialize a couple of variables to shut GCC up.John McCall
2011-06-15Automatic Reference Counting.John McCall
2011-05-26Tighen analyzer diagnostics w.r.t ObjC/CF leaks.Ted Kremenek
2011-05-25static analyzer: when conservatively evaluating functions, don't invalidate t...Ted Kremenek
2011-05-25Teach analyzer about cf_returns_not_retained for C functions.Ted Kremenek
2011-05-25Enhance retain/release checker to flag warnings when functions returning CG t...Ted Kremenek
2011-05-02Tweak the retain/release checker to not stop tracking retained objects when c...Ted Kremenek
2011-05-02Augment retain/release checker to not warn about tracked objects passed as ar...Ted Kremenek
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-11C++ static analysis: also invalidate fields of objects that are the callees i...Ted Kremenek
2011-04-06When updating the retain summary based on {cf,ns}_consumed attributes,John McCall
2011-03-30Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis
2011-03-01[analyzer] Remove checker V1 registration and running from ExprEngine.Argyrios Kyrtzidis
2011-02-16Makes most methods in SVals.h conform to the naming guide. ReviewedZhanyong Wan
2011-02-12static analyzer: Also invalidate instance variables of a receiver in a messag...Ted Kremenek
2011-02-11Rename 'InvalidateRegions()' to 'invalidateRegions()'.Ted Kremenek
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek
2011-02-08analyzer, retain/release checker: Remove hack where objects passed in message...Ted Kremenek
2011-02-08[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis