summaryrefslogtreecommitdiffstats
path: root/clang/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 1) More additions for objective-c's qualifier type.Fariborz Jahanian2007-10-311-9/+14
* Fix two rewriter bugs:Steve Naroff2007-10-311-5/+5
* More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.)Fariborz Jahanian2007-10-311-14/+3
* - Add location info to category/protocol AST'sSteve Naroff2007-10-301-1/+2
* Remove a couple FIXME's for rewriting ObjC interfaces (which are now being re...Steve Naroff2007-10-301-4/+5
* More support for rewriting ObjC intefaces. Still some edge cases to handle...Steve Naroff2007-10-301-8/+16
* Remove a bunch of TODO's that have been done for quite some time...Steve Naroff2007-10-291-5/+5
* This commit contains lot's of small tweaks to how we pass around and store So...Steve Naroff2007-10-291-10/+16
* Start rewriting ObjC interfaces. As a start, we comment out all the methods. ...Steve Naroff2007-10-261-7/+10
* add NL at end of fileGabor Greif2007-10-191-1/+1
* Implementation of AST for @protocol expression.Fariborz Jahanian2007-10-171-4/+3
* Fix location processing of @selector: the range should include the @ sign.Fariborz Jahanian2007-10-161-5/+5
* Fix location processing of @encode: the range should include the @ sign.Chris Lattner2007-10-161-12/+12
* Fix problem dumping/printing method names with null selector.Fariborz Jahanian2007-10-161-4/+0
* Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian2007-10-161-4/+12
* Patch to parse @selector expressions.Fariborz Jahanian2007-10-151-0/+42
* Fix a parser bug with message expressions - need to call ParsePostfixExpressi...Steve Naroff2007-10-151-1/+1
* - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...Steve Naroff2007-10-141-3/+4
* This patch implementa objective-c's @compatibilty-alias declaration.Fariborz Jahanian2007-10-111-4/+11
* Patch to create protocol conforming class types.Fariborz Jahanian2007-10-111-10/+11
* Remove Scope argument from ObjC actions that either don't need it or can now ...Steve Naroff2007-10-101-7/+7
* swtich to Token::is/isNotChris Lattner2007-10-091-100/+98
* Added a new class for Interfaces qualified by protocol list.Fariborz Jahanian2007-10-081-0/+15
* Several small patches to do pretty printing for objective-c top-level declsFariborz Jahanian2007-10-081-2/+2
* simplify the interfaces to create selectors: getSelector can take any Chris Lattner2007-10-071-130/+125
* Layering refinements for selectors (suggested by Chris). Specifics...Steve Naroff2007-10-051-93/+16
* this patch accomodates clattner's comments on expression processing in @try-s...Fariborz Jahanian2007-10-041-7/+7
* Finish renaming ObjC declaration actions.Steve Naroff2007-10-031-15/+12
* Rename several ObjC action methods to use the "ActOn" prefix (still a few mor...Steve Naroff2007-10-021-9/+9
* This patch introduces the ObjcCategoryImplDecl class and does the checking re...Fariborz Jahanian2007-10-021-1/+4
* Use Identifier::getLength() instead of strlen() in Selector::getName() and Mu...Steve Naroff2007-10-021-2/+2
* This patch fixes all issues mentioned in clattner's feedback of Fariborz Jahanian2007-09-291-1/+0
* Removed use of hash table for class decls and do a name look up directly.Fariborz Jahanian2007-09-291-4/+5
* Add some comments to MultiKeywordSelector, make all methods private, add a fr...Steve Naroff2007-09-281-0/+52
* Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument.Steve Naroff2007-09-281-47/+30
* Patch to use case-stmt for keywords used as selectgor names.Fariborz Jahanian2007-09-271-6/+45
* Patch for method implementation. It populates ObjcImplementationDecl object w...Fariborz Jahanian2007-09-271-3/+13
* Fix some use of uninit variables issues, reported by Anton.Chris Lattner2007-09-271-1/+1
* Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...Steve Naroff2007-09-271-40/+90
* This patch introduces a new class to keep track of class implementation info....Fariborz Jahanian2007-09-251-4/+14
* This patch instantiates objects for forward protocols and in general handles ...Fariborz Jahanian2007-09-211-5/+7
* Patch to parse objective-c's @try-statement and @throw-statement.Fariborz Jahanian2007-09-191-2/+72
* Progress on message expressions...Steve Naroff2007-09-181-6/+8
* Patch for object creation and handling of category declarations.Fariborz Jahanian2007-09-181-2/+8
* Uses more description name for method implementation kind argument.Fariborz Jahanian2007-09-181-18/+16
* Patch to remove ObjcProtoMethodDecl and use ObjcMethodDeclFariborz Jahanian2007-09-171-5/+4
* Patch to add objective-c's @protocl type declaration.Fariborz Jahanian2007-09-171-17/+38
* Finish defining Action API for message expressions.Steve Naroff2007-09-171-4/+11
* - Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...Steve Naroff2007-09-171-15/+44
* Fix a few 80 column violations.Steve Naroff2007-09-171-5/+4
OpenPOWER on IntegriCloud