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
/
CheckObjCDealloc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-10
1
-2
/
+2
*
Remove call to isSEL and isSEL itself since the call is dead (isObjCObjectPoi...
Ted Kremenek
2008-07-25
1
-10
/
+1
*
Only warn about missing/incomplete -dealloc implementations when a class cont...
Ted Kremenek
2008-07-25
1
-6
/
+7
*
Use ASTContext::isObjCObjectPointerType() to check if an ivar is a reference ...
Ted Kremenek
2008-07-24
1
-3
/
+3
*
Don't issue a missing +dealloc warning for classes that just contain SEL ivars.
Ted Kremenek
2008-07-24
1
-1
/
+10
*
For the MissingDealloc check, don't treat IBOutlet ivars as being needed to b...
Ted Kremenek
2008-07-15
1
-2
/
+4
*
Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...
Ted Kremenek
2008-07-14
1
-32
/
+11
*
Fix comment.
Ted Kremenek
2008-07-11
1
-2
/
+3
*
Do not emit a "missing -dealloc" warning if a class contains no ivars that ar...
Ted Kremenek
2008-07-07
1
-3
/
+19
*
Skip the "-dealloc" check if a ObjC class contains no ivars.
Ted Kremenek
2008-07-03
1
-2
/
+7
*
For the -dealloc checker, check the LangOptions to determine whether or not t...
Ted Kremenek
2008-07-03
1
-4
/
+14
*
Added static analysis check to see if a subclass of NSObject implements -deal...
Ted Kremenek
2008-07-03
1
-0
/
+118