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
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-258
/
+0
*
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-29
1
-4
/
+3
*
Fix checking for a null pointer constant when the expression itself is
Douglas Gregor
2009-09-25
1
-2
/
+4
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-61
/
+61
*
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
2009-08-21
1
-2
/
+2
*
Remove ASTContext::isObjCObjectPointerType().
Steve Naroff
2009-07-16
1
-2
/
+2
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-4
/
+4
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-2
/
+2
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-1
/
+1
*
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-23
1
-4
/
+4
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-2
/
+2
*
Per PR 3187, disable the missing -dealloc check for classes that subclass Sen...
Ted Kremenek
2009-02-11
1
-3
/
+15
*
'self.myIvar = nil' (properties) only releases myIvar when the property has k...
Ted Kremenek
2008-12-08
1
-2
/
+5
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-4
/
+5
*
New AST node to access "implicit" setter/getter using property dor syntax.
Fariborz Jahanian
2008-11-22
1
-2
/
+1
*
Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....
Douglas Gregor
2008-11-04
1
-3
/
+1
*
Distinguish between self.X = ... where self.X is a property reference and sel...
Ted Kremenek
2008-10-30
1
-1
/
+2
*
Patch by Nikita Zhuk:
Ted Kremenek
2008-10-30
1
-11
/
+43
*
Patch by Nikita Zhuk:
Ted Kremenek
2008-10-29
1
-3
/
+82
*
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