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
/
Analysis
/
BasicObjCFoundationChecks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a simple static analysis check to look for improper uses of CFCreateNum...
Ted Kremenek
2008-06-26
1
-0
/
+257
*
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-29
1
-0
/
+1
*
fix warning with gcc 4.1 (ptr to bool convertion)
Nuno Lopes
2008-05-20
1
-2
/
+2
*
Do not highlight bogus ranges for leaks.
Ted Kremenek
2008-05-01
1
-1
/
+2
*
More cleanups with ObjCQualifiedIdType in the static analyzer.
Ted Kremenek
2008-04-30
1
-8
/
+8
*
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
1
-4
/
+1
*
Gracefully handle when the receiver of a message expression is not a pointer ...
Ted Kremenek
2008-04-19
1
-1
/
+5
*
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
1
-1
/
+1
*
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-18
1
-1
/
+1
*
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-14
1
-25
/
+10
*
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
Ted Kremenek
2008-04-10
1
-0
/
+7
*
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-09
1
-43
/
+49
*
Added investigate patch for an occasionally failing assertion (heisenbug?)
Ted Kremenek
2008-04-03
1
-2
/
+5
*
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-04-03
1
-59
/
+85
*
Added skeleton checking for NSString's method initWithFormat: (do not pass ni...
Ted Kremenek
2008-03-28
1
-3
/
+12
*
Expanded NSString checking to check for nil for a few more methods.
Ted Kremenek
2008-03-27
1
-31
/
+92
*
Add line SourceLocation to NSString checks.
Ted Kremenek
2008-03-27
1
-10
/
+24
*
Hooked up initial NSString interface checking to GRSimpleVals.
Ted Kremenek
2008-03-27
1
-9
/
+37
*
Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the ...
Ted Kremenek
2008-03-27
1
-0
/
+10
*
Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...
Ted Kremenek
2008-03-27
1
-0
/
+139