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-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
2009-02-20
newly factored, we can now move the set and destroy methods out of line.
Chris Lattner
2009-02-20
rename ObjCList::clear() -> ObjCList::Destroy(). Require that destroy is called
Chris Lattner
2009-02-20
rearrange the contents of DeclObjC to be by-class. Fix some 80 column issues
Chris Lattner
2009-02-20
destroy should forward to base class.
Chris Lattner
2009-02-20
move the @implementation ivar list to being an ObjCList, which prevents
Chris Lattner
2009-02-20
remove some slow O(n) methods.
Chris Lattner
2009-02-20
Change ObjCForwardProtocolDecl to use an ObjCList.
Chris Lattner
2009-02-20
move the interace list of @class to use ObjCList.
Chris Lattner
2009-02-20
remove a dead list.
Chris Lattner
2009-02-20
switch ObjCMethodDecl's parameter list from being explicitly managed to an Ob...
Chris Lattner
2009-02-20
switch the interface ivar list from being explicitly managed to using ObjCList.
Chris Lattner
[next]