summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial work on additional memory collection for ObjC AST objects. We nowTed Kremenek2008-06-061-3/+6
* Parser::ParseObjCSynchronizedStmt() needs to Enter/Exit a decl scope.Steve Naroff2008-06-041-0/+6
* Fix parser bug/FIXME with @catch.Steve Naroff2008-06-031-7/+11
* Make sure the source location for @property points the the @-sign (not the de...Steve Naroff2008-05-221-1/+1
* This patch introduces declaration of getter methods for ObjC2'sFariborz Jahanian2008-05-071-2/+7
* Patch to refactor setter/getter names of property attributes into SelectorFariborz Jahanian2008-05-061-0/+5
* percolate @optional/@required protocols down to ASTs forFariborz Jahanian2008-05-051-1/+2
* Default visbility for instance variables is protected.Fariborz Jahanian2008-04-291-1/+1
* Support for @dynamic AST build.Fariborz Jahanian2008-04-211-1/+5
* Initial work for property implementation declarations.Fariborz Jahanian2008-04-181-2/+7
* New AST representation for each objc2's property declaration.Fariborz Jahanian2008-04-141-34/+26
* AST generation for objc2's property declarations.Fariborz Jahanian2008-04-111-14/+3
* Minor changes per Chris L's review.Fariborz Jahanian2008-04-111-1/+2
* Patch for:Fariborz Jahanian2008-04-101-7/+5
* refactor Parser::ParseStructDeclaration to return a vector of uninterpreted Chris Lattner2008-04-101-11/+36
* move sorting of qualifying protocols from the parser intoChris Lattner2008-04-071-15/+1
* clean up property memory allocation to move it into the ast classesChris Lattner2008-03-171-2/+2
* minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner2008-03-161-2/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+1578
OpenPOWER on IntegriCloud