index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
DeclObjC.h
Age
Commit message (
Expand
)
Author
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
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-26
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-24
PCH support for the global method pool (= instance and factory method
Douglas Gregor
2009-04-24
Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...
Douglas Gregor
2009-04-23
PCH (de-)serialization of the protocols in an ObjCInterfaceDecl
Douglas Gregor
2009-04-23
PCH support for ObjCPropertyImplDecl
Douglas Gregor
2009-04-23
The ivars in an ObjCImplementationDecl are now stored in the
Douglas Gregor
2009-04-23
PCH support for ObjCCategoryImplDecl (which can't be tested now).
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
PCH support for Objective-C property declarations (UNTESTED!)
Douglas Gregor
2009-04-22
Remove lookupFieldDeclFromIvar from ObjCIvarDecl interface.
Daniel Dunbar
2009-04-22
Mark another TypeForDecl const and make getObjCInterfaceType's argument const.
Daniel Dunbar
2009-04-21
Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...
Steve Naroff
2009-04-20
Fix spelling error.
Steve Naroff
2009-04-20
Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...
Steve Naroff
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-18
Add functions for iterating over the argument types of an ObjCMethodDecl.
Anders Carlsson
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-03-31
add a const version of the lookupFieldDeclForIvar method.
Chris Lattner
2009-03-31
fe support for objc2's nonfragile-abi synthesized ivars.
Fariborz Jahanian
2009-03-30
Added new info to property impl. AST node to support
Fariborz Jahanian
2009-03-21
Issue error if variables are defined inside an objc class,
Fariborz Jahanian
2009-03-18
objc: Implemented variables declared in class interface
Fariborz Jahanian
2009-03-12
Add file I forgot to commit in previous commit.
Ted Kremenek
2009-03-01
Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...
Steve Naroff
2009-03-01
"This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...
Chris Lattner
2009-02-28
"This patch addresses two FIXME on ObjCCategoryImplDecl:
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
factor a bunch of common code out of the ObjCList template class
Chris Lattner
2009-02-20
prune #includes
Chris Lattner
2009-02-20
rename ObjCList::clear() -> ObjCList::Destroy(). Require that destroy is called
Chris Lattner
2009-02-20
more random cleanups, add some fixme's. ObjCCategoryImplDecl really
Chris Lattner
2009-02-20
move the @implementation ivar list to being an ObjCList, which prevents
Chris Lattner
2009-02-20
remove dead list.
Chris Lattner
2009-02-20
remove some more methods from objc decls, using the iterator
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
2009-02-20
move more objc destruction out of dtors into Destroy.
Chris Lattner
2009-02-20
move some objc decl destruction out of dtors into Destroy method.
Chris Lattner
[next]