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
/
Checkers
/
ObjCSelfInitChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-2
/
+2
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-10
/
+10
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-3
/
+3
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Move some of the logic about classifying Objective-C methods into
John McCall
2011-03-02
1
-7
/
+2
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Start moving the path-sensitive checkers to CheckerV2.
Argyrios Kyrtzidis
2011-02-22
1
-56
/
+67
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2011-02-15
1
-1
/
+1
*
Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method w...
Ted Kremenek
2011-02-12
1
-7
/
+22
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-3
/
+3
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
[analyzer] Fix a false positive of the 'self' initialization checker.
Argyrios Kyrtzidis
2011-02-05
1
-4
/
+20
*
Fix the message. Thanks to Thomas Clement for noticing.
Argyrios Kyrtzidis
2011-02-01
1
-1
/
+1
*
[analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker.
Argyrios Kyrtzidis
2011-02-01
1
-2
/
+2
*
[analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted!
Argyrios Kyrtzidis
2011-01-26
1
-4
/
+6
*
[analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-...
Argyrios Kyrtzidis
2011-01-25
1
-2
/
+14
*
[analyzer] Introduce ObjCMessage which represents both explicit ObjC message ...
Argyrios Kyrtzidis
2011-01-25
1
-8
/
+8
*
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...
Argyrios Kyrtzidis
2011-01-11
1
-0
/
+306