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-07-29
Add ObjCMethodDecl::isThisDeclarationADefinition().
Argyrios Kyrtzidis
2009-07-28
Implement ObjCMethodDecl::getCanonicalDecl().
Argyrios Kyrtzidis
2009-07-28
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...
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
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-18
Set ObjCMethodDecl's EndLoc to the '}' when it's a definition.
Argyrios Kyrtzidis
2009-07-18
Add getSourceRange() methods for ObjC Decls.
Argyrios Kyrtzidis
2009-07-17
ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclC...
Argyrios Kyrtzidis
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
[next]