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
*
Added property decl support for protocols.
Fariborz Jahanian
2008-04-17
1
-0
/
+12
*
Fixed a comment.
Fariborz Jahanian
2008-04-16
1
-1
/
+1
*
This patch adds support for declaraing properties in categories,
Fariborz Jahanian
2008-04-16
1
-2
/
+14
*
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-14
1
-1
/
+2
*
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
1
-12
/
+3
*
Add class and super class location info to ObjCInterfaceDecl...
Steve Naroff
2008-04-11
1
-2
/
+3
*
Fix a bug I introduced in my const'ification patch.
Chris Lattner
2008-04-06
1
-4
/
+3
*
This patch contains these changes:
Chris Lattner
2008-04-06
1
-3
/
+2
*
fix a number of const qualification bugs.
Chris Lattner
2008-04-06
1
-1
/
+1
*
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-04
1
-14
/
+28
*
clean up property memory allocation to move it into the ast classes
Chris Lattner
2008-03-17
1
-0
/
+12
*
make property addition work list all other "add" methods. Do
Chris Lattner
2008-03-16
1
-0
/
+12
*
add the last two Create methods for decls, woo!
Chris Lattner
2008-03-16
1
-0
/
+13
*
add two more Create methods.
Chris Lattner
2008-03-16
1
-0
/
+15
*
simplify the way ObjCCategoryDecl's get their referenced protocols list
Chris Lattner
2008-03-16
1
-2
/
+12
*
Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl.
Chris Lattner
2008-03-16
1
-0
/
+20
*
minor cleanups, make getNumInstanceMethods always return unsigned.
Chris Lattner
2008-03-16
1
-3
/
+2
*
Give ObjCProtocolDecl a Create method.
Chris Lattner
2008-03-16
1
-0
/
+8
*
Add create methods for ObjCIvarDecl and ObjCInterfaceDecl
Chris Lattner
2008-03-16
1
-0
/
+14
*
remove some dead arguments to ObjCMethodDecl.
Chris Lattner
2008-03-16
1
-5
/
+3
*
Give ObjCMethodDecl a Create method.
Chris Lattner
2008-03-16
1
-0
/
+20
*
Split objc decl implementation out into DeclObjC.cpp
Chris Lattner
2008-03-16
1
-0
/
+312