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
/
Parse
/
ParseObjc.cpp
Age
Commit message (
Expand
)
Author
2008-05-07
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-06
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-05
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-04-29
Default visbility for instance variables is protected.
Fariborz Jahanian
2008-04-21
Support for @dynamic AST build.
Fariborz Jahanian
2008-04-18
Initial work for property implementation declarations.
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
Minor changes per Chris L's review.
Fariborz Jahanian
2008-04-10
Patch for:
Fariborz Jahanian
2008-04-10
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
Chris Lattner
2008-04-07
move sorting of qualifying protocols from the parser into
Chris Lattner
2008-03-17
clean up property memory allocation to move it into the ast classes
Chris Lattner
2008-03-16
minor cleanups, make getNumInstanceMethods always return unsigned.
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner