summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move AsmLabel into Declarator instead of just a parameter toDaniel Dunbar2008-08-051-1/+1
* Fix rdar://6124613 a crash on invalid code.Chris Lattner2008-08-051-45/+54
* Add more Parser/Sema support for GCC asm-label extension.Daniel Dunbar2008-08-051-1/+1
* Pull protocol resolution of out ActOnStartClassInterface, this is also the Chris Lattner2008-07-261-44/+11
* refactor protocol resolution out of ActOnStartCategoryInterfaceChris Lattner2008-07-261-7/+8
* pull protocol resolution out into ActOnStartProtocolInterface.Chris Lattner2008-07-261-7/+49
* gcc requires a semicolon at the end of an interface, unlike its extension for...Chris Lattner2008-07-251-3/+0
* Move fix in r54013 from the parser to sema.Steve Naroff2008-07-251-6/+3
* Fix Parser::ParseObjCMethodDefinition(). Only call the actions module for val...Steve Naroff2008-07-251-3/+6
* minor cleanup to the actions interface to pass around SmallVectorImpl insteadChris Lattner2008-07-211-17/+24
* 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