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
/
Sema
/
SemaDeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't warn if objc method param types in declaration and
Fariborz Jahanian
2009-11-18
1
-3
/
+4
*
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-18
1
-5
/
+3
*
Pass source locations of identifiers referenced by @class through Action::Act...
Ted Kremenek
2009-11-17
1
-0
/
+1
*
Do not register ObjCInterfaceDecls implicitly created by @class in the
Ted Kremenek
2009-11-17
1
-1
/
+14
*
Start support of weak_import objective-c classes.
Fariborz Jahanian
2009-11-17
1
-0
/
+2
*
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
1
-1
/
+6
*
writable atomic property's setter/getter must be in 'lock' step of
Fariborz Jahanian
2009-11-11
1
-1
/
+38
*
Changed a variable name to match what it represents
Fariborz Jahanian
2009-11-10
1
-3
/
+3
*
Since default writable attribute is 'assign', allow
Fariborz Jahanian
2009-11-06
1
-2
/
+1
*
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-04
1
-0
/
+10
*
Assortment of property attributes declared in continuation
Fariborz Jahanian
2009-11-03
1
-2
/
+9
*
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-11-02
1
-12
/
+6
*
Diagnose implementation of a property declared in a category
Fariborz Jahanian
2009-11-02
1
-0
/
+8
*
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-10-23
1
-16
/
+9
*
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
1
-8
/
+10
*
tweaked my last patch to 1) preserve the protocol in
Fariborz Jahanian
2009-10-05
1
-9
/
+11
*
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-10-05
1
-2
/
+9
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-3
/
+3
*
Make sure ObjCInterfaceDecl's that are forward declared always contain a vali...
Steve Naroff
2009-09-11
1
-1
/
+5
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-288
/
+286
*
patch to prevent crash in hopelessly incorrect
Fariborz Jahanian
2009-08-28
1
-0
/
+1
*
Don't issue warning on multiple selector found when
Fariborz Jahanian
2009-08-22
1
-2
/
+3
*
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
Argyrios Kyrtzidis
2009-08-19
1
-2
/
+2
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
1
-1
/
+4
*
Fixed a regression in deciding when to issue warning on properties which
Fariborz Jahanian
2009-08-14
1
-2
/
+4
*
error on property of objc interface type instead of crashing
Fariborz Jahanian
2009-08-12
1
-0
/
+2
*
Patch to warn if a property which is 'assign' by default
Fariborz Jahanian
2009-08-11
1
-1
/
+17
*
Canonicalize else.
Mike Stump
2009-08-04
1
-27
/
+16
*
Some code refactoring. Be more generous in issuance of warning
Fariborz Jahanian
2009-08-04
1
-24
/
+34
*
Compare matching selectors in current and
Fariborz Jahanian
2009-08-04
1
-0
/
+33
*
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-27
1
-2
/
+2
*
Remove a bunch of FIXME's related to ObjC type checking.
Steve Naroff
2009-07-23
1
-4
/
+5
*
Remove the ObjCCategoryImpls vector from Sema class.
Argyrios Kyrtzidis
2009-07-21
1
-2
/
+0
*
Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...
Argyrios Kyrtzidis
2009-07-21
1
-4
/
+5
*
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...
Argyrios Kyrtzidis
2009-07-21
1
-3
/
+27
*
Remove ASTContext::isObjCObjectPointerType().
Steve Naroff
2009-07-16
1
-3
/
+5
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-1
/
+1
*
don't crash if class is using itself as its super class.
Fariborz Jahanian
2009-07-09
1
-36
/
+42
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-81
/
+74
*
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-17
1
-6
/
+6
*
Adds synthesize ivars to DeclContext.
Fariborz Jahanian
2009-06-06
1
-1
/
+6
*
More refactoring/cleanup of objc ivars.
Fariborz Jahanian
2009-06-04
1
-22
/
+11
*
(Next runtime only) check to see if class implements forwardInvocation method
Fariborz Jahanian
2009-05-22
1
-17
/
+34
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
Reflow some comments.
Mike Stump
2009-05-16
1
-13
/
+11
*
Don't warn if result/argument type of an implemented
Fariborz Jahanian
2009-05-14
1
-2
/
+5
*
Method attributes may only be specified on method
Fariborz Jahanian
2009-05-12
1
-0
/
+4
*
Fixes a bug in my last patch. Order of types reversed.
Fariborz Jahanian
2009-05-08
1
-2
/
+1
*
Refactoring of my last patch.
Fariborz Jahanian
2009-05-08
1
-16
/
+23
*
More type checking for properties, accessors and
Fariborz Jahanian
2009-05-08
1
-6
/
+12
[next]