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
2010-12-03
Diagnose when accessing property in a class method and
Fariborz Jahanian
2010-12-01
Extend ExternalASTSource with the ability to lazily complete the
Douglas Gregor
2010-11-17
For an Objective-C @synthesize statement, e.g.,
Douglas Gregor
2010-10-30
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
Chris Lattner
2010-09-01
Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...
Ted Kremenek
2010-08-23
Support for IRGen of synthesize bitfield ivars in
Fariborz Jahanian
2010-08-20
objective-c ivar refactoring patch. Iterations
Fariborz Jahanian
2010-08-11
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
Douglas Gregor
2010-08-09
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...
Sebastian Redl
2010-07-25
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-22
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-17
Patch to synthesize property ivars on demand as
Fariborz Jahanian
2010-06-22
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-04
Remember type source information for Objective C property declarations.
John McCall
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-08
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-02
AST: Add ObjCIvarDecl::getContainingInterface().
Daniel Dunbar
2010-04-02
Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria...
Daniel Dunbar
2010-03-19
Make the CIndex API more resilient to being used on invalid code.
Ted Kremenek
2010-03-15
Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to Obj...
Ted Kremenek
2010-03-15
Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup
Ted Kremenek
2010-03-15
Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.
Ted Kremenek
2010-03-11
Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality
Ted Kremenek
2010-03-08
Keep track of type source information in the return type of an
Douglas Gregor
2010-02-23
More support for ivars in class extension.
Fariborz Jahanian
2010-02-15
Class continuation now has its own property ast for
Fariborz Jahanian
2010-01-21
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-16
Improve location information for Objective-C category declarations. We
Douglas Gregor
2010-01-16
Keep track of the source locations for each protocol reference in
Douglas Gregor
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
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
[next]