index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
CFRefCount.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-81
/
+107
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-112
/
+112
*
[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.
Ted Kremenek
2011-08-12
1
-11
/
+31
*
Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilde...
Anna Zaks
2011-08-11
1
-4
/
+4
*
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-26
/
+25
*
In Objective-C, pull arbitrary attributes from overridden
John McCall
2011-07-22
1
-13
/
+0
*
[analyzer] Place checking for Core Foundation "Create" rule into a proper API...
Ted Kremenek
2011-07-16
1
-4
/
+4
*
Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...
Jordy Rose
2011-07-15
1
-13
/
+8
*
Teach the static analyzer's interpretation of Cocoa conventions to
Douglas Gregor
2011-07-06
1
-3
/
+3
*
Initialize a couple of variables to shut GCC up.
John McCall
2011-06-17
1
-1
/
+1
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-17
/
+90
*
Tighen analyzer diagnostics w.r.t ObjC/CF leaks.
Ted Kremenek
2011-05-26
1
-15
/
+14
*
static analyzer: when conservatively evaluating functions, don't invalidate t...
Ted Kremenek
2011-05-25
1
-5
/
+7
*
Teach analyzer about cf_returns_not_retained for C functions.
Ted Kremenek
2011-05-25
1
-0
/
+3
*
Enhance retain/release checker to flag warnings when functions returning CG t...
Ted Kremenek
2011-05-25
1
-51
/
+84
*
Tweak the retain/release checker to not stop tracking retained objects when c...
Ted Kremenek
2011-05-02
1
-0
/
+7
*
Augment retain/release checker to not warn about tracked objects passed as ar...
Ted Kremenek
2011-05-02
1
-16
/
+53
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
C++ static analysis: also invalidate fields of objects that are the callees i...
Ted Kremenek
2011-04-11
1
-0
/
+8
*
When updating the retain summary based on {cf,ns}_consumed attributes,
John McCall
2011-04-06
1
-1
/
+1
*
Begin reworking static analyzer support for C++ method calls. The current lo...
Ted Kremenek
2011-03-30
1
-9
/
+22
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Remove checker V1 registration and running from ExprEngine.
Argyrios Kyrtzidis
2011-03-01
1
-10
/
+10
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-1
/
+1
*
static analyzer: Also invalidate instance variables of a receiver in a messag...
Ted Kremenek
2011-02-12
1
-0
/
+12
*
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-11
1
-1
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-7
/
+7
*
analyzer, retain/release checker: Remove hack where objects passed in message...
Ted Kremenek
2011-02-08
1
-18
/
+0
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+3525
[prev]