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
2008-05-10
fix free/delete mismatch problem in add/mergeProperties (found by valgrind)
Nuno Lopes
2008-05-07
Synthesized getter/setter method declarations need not have
Fariborz Jahanian
2008-05-07
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-05
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-02
This patch is about merging ObjC2's properties declared in class
Fariborz Jahanian
2008-04-23
Patch to build AST for property implementation declarations and
Fariborz Jahanian
2008-04-21
Allow property in base class to be implemented in a
Fariborz Jahanian
2008-04-21
Continuation of work on ObjC2's properties.
Fariborz Jahanian
2008-04-17
Added property decl support for protocols.
Fariborz Jahanian
2008-04-16
Fixed a comment.
Fariborz Jahanian
2008-04-16
This patch adds support for declaraing properties in categories,
Fariborz Jahanian
2008-04-14
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-11
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
Add class and super class location info to ObjCInterfaceDecl...
Steve Naroff
2008-04-06
Fix a bug I introduced in my const'ification patch.
Chris Lattner
2008-04-06
This patch contains these changes:
Chris Lattner
2008-04-06
fix a number of const qualification bugs.
Chris Lattner
2008-04-04
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-03-17
clean up property memory allocation to move it into the ast classes
Chris Lattner
2008-03-16
make property addition work list all other "add" methods. Do
Chris Lattner
2008-03-16
add the last two Create methods for decls, woo!
Chris Lattner
2008-03-16
add two more Create methods.
Chris Lattner
2008-03-16
simplify the way ObjCCategoryDecl's get their referenced protocols list
Chris Lattner
2008-03-16
Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl.
Chris Lattner
2008-03-16
minor cleanups, make getNumInstanceMethods always return unsigned.
Chris Lattner
2008-03-16
Give ObjCProtocolDecl a Create method.
Chris Lattner
2008-03-16
Add create methods for ObjCIvarDecl and ObjCInterfaceDecl
Chris Lattner
2008-03-16
remove some dead arguments to ObjCMethodDecl.
Chris Lattner
2008-03-16
Give ObjCMethodDecl a Create method.
Chris Lattner
2008-03-16
Split objc decl implementation out into DeclObjC.cpp
Chris Lattner