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