aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseObjc.cpp
AgeCommit message (Expand)Author
2008-05-07This patch introduces declaration of getter methods for ObjC2'sFariborz Jahanian
2008-05-06Patch to refactor setter/getter names of property attributes into SelectorFariborz Jahanian
2008-05-05percolate @optional/@required protocols down to ASTs forFariborz Jahanian
2008-04-29Default visbility for instance variables is protected.Fariborz Jahanian
2008-04-21Support for @dynamic AST build.Fariborz Jahanian
2008-04-18Initial work for property implementation declarations.Fariborz Jahanian
2008-04-14New AST representation for each objc2's property declaration.Fariborz Jahanian
2008-04-11AST generation for objc2's property declarations.Fariborz Jahanian
2008-04-11Minor changes per Chris L's review.Fariborz Jahanian
2008-04-10Patch for:Fariborz Jahanian
2008-04-10refactor Parser::ParseStructDeclaration to return a vector of uninterpreted Chris Lattner
2008-04-07move sorting of qualifying protocols from the parser intoChris Lattner
2008-03-17clean up property memory allocation to move it into the ast classesChris Lattner
2008-03-16minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner