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
*
Fix http://llvm.org/bugs/show_bug.cgi?id=3189.
Steve Naroff
2008-12-18
1
-2
/
+2
*
This patch will build the Records lazily per Steve's comments.
Fariborz Jahanian
2008-12-17
1
-42
/
+3
*
Added comment to Steve's patch to clarify the case.
Fariborz Jahanian
2008-12-17
1
-0
/
+3
*
Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl...
Steve Naroff
2008-12-17
1
-0
/
+2
*
Diagnose that ivars in current and super class may not
Fariborz Jahanian
2008-12-16
1
-2
/
+4
*
Name of addLayoutToClass is confusing as no layout calculation
Fariborz Jahanian
2008-12-15
1
-2
/
+2
*
Code gen. for ivar references; including bitfield
Fariborz Jahanian
2008-12-15
1
-2
/
+3
*
Removed setRecordForDecl. Added a FIXME.
Fariborz Jahanian
2008-12-15
1
-1
/
+1
*
Patch for ObjCIvarRefExpr containing the field
Fariborz Jahanian
2008-12-13
1
-1
/
+15
*
Add storage layout to ObjC classes.
Fariborz Jahanian
2008-12-13
1
-0
/
+33
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-2
/
+2
*
Prevent bogus warning on unimplemented setter/getter when user
Fariborz Jahanian
2008-12-09
1
-0
/
+8
*
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
1
-3
/
+4
*
ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ...
Steve Naroff
2008-12-08
1
-0
/
+8
*
Use of properties declared in protocols in the category
Fariborz Jahanian
2008-12-06
1
-0
/
+25
*
Fixed a comment.
Fariborz Jahanian
2008-12-05
1
-4
/
+4
*
This test checks for duplicate implementation of the same
Fariborz Jahanian
2008-12-05
1
-0
/
+54
*
This patch corrects problem in searching for a setter/getter method for
Fariborz Jahanian
2008-12-02
1
-24
/
+18
*
Refactored checking on readonly property into a method.
Fariborz Jahanian
2008-11-25
1
-0
/
+20
*
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
1
-2
/
+2
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-1
/
+1
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-2
/
+2
*
Fix "possibly uninitialized" warning.
Daniel Dunbar
2008-08-27
1
-1
/
+1
*
Add addPropertyMethods implementations for
Daniel Dunbar
2008-08-27
1
-12
/
+57
*
Add ObjCPropertyDecl::isReadOnly.
Daniel Dunbar
2008-08-26
1
-0
/
+4
*
constify ObjC*::getClassMethod,getInstanceMethod
Daniel Dunbar
2008-08-26
1
-10
/
+16
*
Missed a file; part of:
Daniel Dunbar
2008-08-26
1
-0
/
+25
*
Rename ObjCPropertyImplDecl::PropertyImplKind (consistency)
Daniel Dunbar
2008-08-26
1
-2
/
+2
*
Fix return type for setter method.
Daniel Dunbar
2008-08-26
1
-1
/
+1
*
Synthesize property setter method as we do for getter.
Daniel Dunbar
2008-08-26
1
-14
/
+38
*
Fix attributes on Obj-C interfaces & methods.
Daniel Dunbar
2008-08-20
1
-4
/
+3
*
Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs.
Ted Kremenek
2008-08-20
1
-0
/
+13
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
When constructing an ObjCIvarDecl object in Sema, provide its visibility up f...
Ted Kremenek
2008-07-23
1
-2
/
+3
*
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
Chris Lattner
2008-07-21
1
-34
/
+10
*
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-07-21
1
-21
/
+12
*
rename setReferencedProtocolList -> addReferencedProtocols to
Chris Lattner
2008-07-21
1
-2
/
+2
*
Switch initialization of the protocol list for an interface decl to use
Chris Lattner
2008-07-21
1
-3
/
+13
*
Two fixes:
Steve Naroff
2008-07-16
1
-2
/
+2
*
Reclaim memory owned by ObjCForwardProtocolDecls.
Ted Kremenek
2008-06-06
1
-0
/
+4
*
Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim ...
Ted Kremenek
2008-06-06
1
-0
/
+17
*
Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to recla...
Ted Kremenek
2008-06-06
1
-0
/
+25
*
Because of a lack of a clear ownership role between ObjCInterfaceDecls and
Ted Kremenek
2008-06-06
1
-7
/
+5
*
Initial work on additional memory collection for ObjC AST objects. We now
Ted Kremenek
2008-06-06
1
-4
/
+43
*
Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnM...
Steve Naroff
2008-06-05
1
-0
/
+22
*
Make sure we look through categories when searching for a classes property.
Steve Naroff
2008-06-04
1
-0
/
+7
*
fix free/delete mismatch problem in add/mergeProperties (found by valgrind)
Nuno Lopes
2008-05-10
1
-4
/
+2
*
Synthesized getter/setter method declarations need not have
Fariborz Jahanian
2008-05-07
1
-2
/
+3
*
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-07
1
-0
/
+30
*
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-05
1
-1
/
+2
[next]