index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
DeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Diagnose when accessing property in a class method and
Fariborz Jahanian
2010-12-03
1
-4
/
+6
*
Extend ExternalASTSource with the ability to lazily complete the
Douglas Gregor
2010-12-01
1
-1
/
+31
*
For an Objective-C @synthesize statement, e.g.,
Douglas Gregor
2010-11-17
1
-3
/
+10
*
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
Chris Lattner
2010-10-30
1
-1
/
+1
*
Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...
Ted Kremenek
2010-09-01
1
-20
/
+20
*
Support for IRGen of synthesize bitfield ivars in
Fariborz Jahanian
2010-08-23
1
-3
/
+10
*
objective-c ivar refactoring patch. Iterations
Fariborz Jahanian
2010-08-20
1
-1
/
+55
*
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
Douglas Gregor
2010-08-11
1
-23
/
+3
*
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...
Sebastian Redl
2010-08-09
1
-3
/
+23
*
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-25
1
-70
/
+1
*
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-22
1
-1
/
+3
*
Patch to synthesize property ivars on demand as
Fariborz Jahanian
2010-07-17
1
-2
/
+3
*
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-22
1
-6
/
+15
*
Remember type source information for Objective C property declarations.
John McCall
2010-06-04
1
-1
/
+1
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-0
/
+12
*
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
1
-2
/
+4
*
AST: Add ObjCIvarDecl::getContainingInterface().
Daniel Dunbar
2010-04-02
1
-0
/
+23
*
Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria...
Daniel Dunbar
2010-04-02
1
-1
/
+17
*
Make the CIndex API more resilient to being used on invalid code.
Ted Kremenek
2010-03-19
1
-1
/
+4
*
Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to Obj...
Ted Kremenek
2010-03-15
1
-10
/
+9
*
Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup
Ted Kremenek
2010-03-15
1
-33
/
+42
*
Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.
Ted Kremenek
2010-03-15
1
-0
/
+13
*
Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality
Ted Kremenek
2010-03-11
1
-1
/
+0
*
Keep track of type source information in the return type of an
Douglas Gregor
2010-03-08
1
-3
/
+4
*
More support for ivars in class extension.
Fariborz Jahanian
2010-02-23
1
-0
/
+17
*
Class continuation now has its own property ast for
Fariborz Jahanian
2010-02-15
1
-6
/
+8
*
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-21
1
-1
/
+2
*
Improve location information for Objective-C category declarations. We
Douglas Gregor
2010-01-16
1
-2
/
+4
*
Keep track of the source locations for each protocol reference in
Douglas Gregor
2010-01-16
1
-8
/
+31
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-2
/
+2
*
Add ObjCClassDecl::getSourceRange().
Ted Kremenek
2009-11-18
1
-0
/
+6
*
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-18
1
-13
/
+28
*
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-11-02
1
-0
/
+21
*
- Add/tweak some comments.
Steve Naroff
2009-10-29
1
-3
/
+3
*
tweaked my last patch to 1) preserve the protocol in
Fariborz Jahanian
2009-10-05
1
-3
/
+1
*
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-10-05
1
-0
/
+41
*
- Remove Sema::FindMethodInNestedImplementations().
Steve Naroff
2009-10-01
1
-1
/
+10
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-37
/
+37
*
Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...
Anders Carlsson
2009-09-08
1
-17
/
+0
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
1
-2
/
+3
*
Patch to warn if a property which is 'assign' by default
Fariborz Jahanian
2009-08-11
1
-0
/
+45
*
Implement ObjCMethodDecl::getCanonicalDecl().
Argyrios Kyrtzidis
2009-07-28
1
-0
/
+20
*
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...
Argyrios Kyrtzidis
2009-07-28
1
-1
/
+11
*
Use ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCImplementationDecl.
Argyrios Kyrtzidis
2009-07-28
1
-5
/
+3
*
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-27
1
-22
/
+0
*
Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into one
Argyrios Kyrtzidis
2009-07-25
1
-25
/
+3
*
Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into one
Argyrios Kyrtzidis
2009-07-25
1
-43
/
+8
*
Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into one
Argyrios Kyrtzidis
2009-07-25
1
-18
/
+5
*
Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into one
Argyrios Kyrtzidis
2009-07-25
1
-23
/
+3
*
Disambiguate an if statement.
Duncan Sands
2009-07-21
1
-2
/
+2
[next]