index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Core
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup 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-11
Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilde...
Anna Zaks
2011-07-25
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-22
In Objective-C, pull arbitrary attributes from overridden
John McCall
2011-07-16
[analyzer] Place checking for Core Foundation "Create" rule into a proper API...
Ted Kremenek
2011-07-15
Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...
Jordy Rose
2011-07-06
Teach the static analyzer's interpretation of Cocoa conventions to
Douglas Gregor
2011-06-17
Initialize a couple of variables to shut GCC up.
John McCall
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-26
Tighen analyzer diagnostics w.r.t ObjC/CF leaks.
Ted Kremenek
2011-05-25
static analyzer: when conservatively evaluating functions, don't invalidate t...
Ted Kremenek
2011-05-25
Teach analyzer about cf_returns_not_retained for C functions.
Ted Kremenek
2011-05-25
Enhance retain/release checker to flag warnings when functions returning CG t...
Ted Kremenek
2011-05-02
Tweak the retain/release checker to not stop tracking retained objects when c...
Ted Kremenek
2011-05-02
Augment retain/release checker to not warn about tracked objects passed as ar...
Ted Kremenek
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-11
C++ static analysis: also invalidate fields of objects that are the callees i...
Ted Kremenek
2011-04-06
When updating the retain summary based on {cf,ns}_consumed attributes,
John McCall
2011-03-30
Begin 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-16
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-12
static analyzer: Also invalidate instance variables of a receiver in a messag...
Ted Kremenek
2011-02-11
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
analyzer, 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
[prev]