summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Daniel really really likes = instead of += :)Chris Lattner2008-11-201-1/+1
* Rename IdentifierInfo::isName to ::isStr. Use a nifty trickChris Lattner2008-11-201-7/+7
* Fix <rdar://problem/6150376> [sema] crash on invalid message send.Steve Naroff2008-11-191-4/+6
* remove some uses of IdentifierInfo::getName()Chris Lattner2008-11-191-9/+8
* Use smallstring instead of new[]'ing a string. This simplifiesChris Lattner2008-11-191-8/+4
* remove uses of IdentifierInfo::getName()Chris Lattner2008-11-191-2/+1
* remove the last couple obsolete forms of Parser::Diag.Chris Lattner2008-11-181-2/+2
* Change a couple of the Parser::Diag methods to return DiagnosticInfoChris Lattner2008-11-181-22/+20
* some minor cleanups to ParseObjCTypeName:Chris Lattner2008-10-221-17/+12
* Fix a crasher during error recovery in Parser::ParseObjCTypeName().Steve Naroff2008-10-211-1/+2
* eliminate ObjCPropertyAttrs an corresponding enums, just useChris Lattner2008-10-201-9/+9
* rearrange some code.Chris Lattner2008-10-201-17/+16
* more simplifications to error recovery in ParseObjCPropertyAttributeChris Lattner2008-10-201-28/+18
* move some code around to make it fall through more, no functionality change.Chris Lattner2008-10-201-25/+24
* reject properties completely in objc1 instead of emitting Chris Lattner2008-10-201-7/+15
* More property attribute recovery improvements. Instead of this:Chris Lattner2008-10-201-16/+13
* significantly simplify and clean up error recovery in Chris Lattner2008-10-201-25/+18
* fix a crash on unnamed properties like:Chris Lattner2008-10-201-7/+13
* simplify some code by using ExpectAndConsume. When an errorChris Lattner2008-10-201-9/+6
* refactor a bunch of code:Chris Lattner2008-10-201-44/+27
* fix some minor error recovery bugs in ParseObjCInterfaceDeclListChris Lattner2008-10-201-12/+27
* restructure the body of the ParseObjCInterfaceDeclList loopChris Lattner2008-10-201-67/+77
* Pass postfix attributes to ActOnFields.Daniel Dunbar2008-10-031-1/+1
* Enter a new scope for a @try block.Ted Kremenek2008-09-261-0/+2
* Parser support for prefix __attribute__ on @protocol.Daniel Dunbar2008-09-261-2/+3
* Have @finally introduce a new scope.Ted Kremenek2008-09-261-0/+3
* Fix rdar://6222856: the receiver of a message expr is anChris Lattner2008-09-191-1/+1
* Synthesize property setter method as we do for getter.Daniel Dunbar2008-08-261-4/+22
* Reserved C++ words are valid selectors in Objective-C++Anders Carlsson2008-08-231-35/+64
* we already have a handle on the 'in' keyword, don't bother getting two.Chris Lattner2008-08-231-21/+21
* Fix a FIXME by not creating an invalid AST on erroneous input. Also Chris Lattner2008-08-231-11/+23
* 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
OpenPOWER on IntegriCloud