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
/
AST
/
DeclObjC.cpp
Age
Commit message (
Expand
)
Author
2009-11-18
Add ObjCClassDecl::getSourceRange().
Ted Kremenek
2009-11-18
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-02
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-10-29
- Add/tweak some comments.
Steve Naroff
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-10-01
- Remove Sema::FindMethodInNestedImplementations().
Steve Naroff
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-08
Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...
Anders Carlsson
2009-08-19
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-11
Patch to warn if a property which is 'assign' by default
Fariborz Jahanian
2009-07-28
Implement ObjCMethodDecl::getCanonicalDecl().
Argyrios Kyrtzidis
2009-07-28
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...
Argyrios Kyrtzidis
2009-07-28
Use ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCImplementationDecl.
Argyrios Kyrtzidis
2009-07-27
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into one
Argyrios Kyrtzidis
2009-07-25
Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into one
Argyrios Kyrtzidis
2009-07-21
Disambiguate an if statement.
Duncan Sands
2009-07-21
Implement the virtual getNextRedeclaration() for ObjCMethodDecl.
Argyrios Kyrtzidis
2009-07-21
Remove the ObjCCategoryImpls vector from Sema class.
Argyrios Kyrtzidis
2009-07-21
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...
Argyrios Kyrtzidis
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-06
Adds synthesize ivars to DeclContext.
Fariborz Jahanian
2009-06-05
Use of DeclContext for objc's ivars. No functionality
Fariborz Jahanian
2009-05-22
(Next runtime only) check to see if class implements forwardInvocation method
Fariborz Jahanian
2009-04-23
The ivars in an ObjCImplementationDecl are now stored in the
Douglas Gregor
2009-04-23
PCH (de-)serialization for ObjCImplDecl. This can't be tested yet.
Douglas Gregor
2009-04-23
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-22
Remove lookupFieldDeclFromIvar from ObjCIvarDecl interface.
Daniel Dunbar
2009-04-22
Revert r69771, I missed some (obvious) details. :/
Daniel Dunbar
2009-04-22
Mark another TypeForDecl const and make getObjCInterfaceType's argument const.
Daniel Dunbar
2009-04-22
Rework the shadow struct that is layed out for Objective-C classes.
Daniel Dunbar
2009-04-21
Make sure to mark the interface as completed when we see an
Daniel Dunbar
2009-04-20
Add pch reader/writer support for ObjCMethodDecl.
Steve Naroff
2009-04-20
Remove non-const form of lookupFieldDeclForIvar.
Daniel Dunbar
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-02
Fix up lookup rules for properties declared in
Fariborz Jahanian
2009-04-01
Fix a bug in declaration of property in continuation
Fariborz Jahanian
2009-04-01
Nonfragile ivar synthesis with property is in a continuation
Fariborz Jahanian
2009-03-31
simplify some casting
Chris Lattner
2009-03-31
fe support for objc2's nonfragile-abi synthesized ivars.
Fariborz Jahanian
2009-03-01
Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...
Steve Naroff
2009-02-28
"This patch addresses two FIXME on ObjCCategoryImplDecl:
Chris Lattner
2009-02-26
Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search i...
Steve Naroff
2009-02-22
Contains the following (related to problems found while investigting <rdar://...
Steve Naroff
2009-02-20
allocate and dellocate objc decl list through AST Context instead of
Chris Lattner
2009-02-20
add plumbing to get ASTContext& down to allocation/deallocation points in Obj...
Chris Lattner
[next]