aboutsummaryrefslogtreecommitdiff
path: root/Parse/ParseObjc.cpp
AgeCommit message (Expand)Author
2007-10-311) More additions for objective-c's qualifier type.Fariborz Jahanian
2007-10-31Fix two rewriter bugs:Steve Naroff
2007-10-31More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.)Fariborz Jahanian
2007-10-30- Add location info to category/protocol AST'sSteve Naroff
2007-10-30Remove a couple FIXME's for rewriting ObjC interfaces (which are now being re...Steve Naroff
2007-10-30More support for rewriting ObjC intefaces. Still some edge cases to handle...Steve Naroff
2007-10-29Remove a bunch of TODO's that have been done for quite some time...Steve Naroff
2007-10-29This commit contains lot's of small tweaks to how we pass around and store So...Steve Naroff
2007-10-26Start rewriting ObjC interfaces. As a start, we comment out all the methods. ...Steve Naroff
2007-10-19add NL at end of fileGabor Greif
2007-10-17Implementation of AST for @protocol expression.Fariborz Jahanian
2007-10-16Fix location processing of @selector: the range should include the @ sign.Fariborz Jahanian
2007-10-16Fix location processing of @encode: the range should include the @ sign.Chris Lattner
2007-10-16Fix problem dumping/printing method names with null selector.Fariborz Jahanian
2007-10-16Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian
2007-10-15Patch to parse @selector expressions.Fariborz Jahanian
2007-10-15Fix a parser bug with message expressions - need to call ParsePostfixExpressi...Steve Naroff
2007-10-14- Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...Steve Naroff
2007-10-11This patch implementa objective-c's @compatibilty-alias declaration.Fariborz Jahanian
2007-10-11Patch to create protocol conforming class types.Fariborz Jahanian
2007-10-10Remove Scope argument from ObjC actions that either don't need it or can now ...Steve Naroff
2007-10-09swtich to Token::is/isNotChris Lattner
2007-10-08Added a new class for Interfaces qualified by protocol list.Fariborz Jahanian
2007-10-08Several small patches to do pretty printing for objective-c top-level declsFariborz Jahanian
2007-10-07simplify the interfaces to create selectors: getSelector can take any Chris Lattner
2007-10-05Layering refinements for selectors (suggested by Chris). Specifics...Steve Naroff
2007-10-04this patch accomodates clattner's comments on expression processing in @try-s...Fariborz Jahanian
2007-10-03Finish renaming ObjC declaration actions.Steve Naroff
2007-10-02Rename several ObjC action methods to use the "ActOn" prefix (still a few mor...Steve Naroff
2007-10-02This patch introduces the ObjcCategoryImplDecl class and does the checking re...Fariborz Jahanian
2007-10-02Use Identifier::getLength() instead of strlen() in Selector::getName() and Mu...Steve Naroff
2007-09-29This patch fixes all issues mentioned in clattner's feedback of Fariborz Jahanian
2007-09-29Removed use of hash table for class decls and do a name look up directly.Fariborz Jahanian
2007-09-28Add some comments to MultiKeywordSelector, make all methods private, add a fr...Steve Naroff
2007-09-28Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument.Steve Naroff
2007-09-27Patch to use case-stmt for keywords used as selectgor names.Fariborz Jahanian
2007-09-27Patch for method implementation. It populates ObjcImplementationDecl object w...Fariborz Jahanian
2007-09-27Fix some use of uninit variables issues, reported by Anton.Chris Lattner
2007-09-27Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...Steve Naroff
2007-09-25This patch introduces a new class to keep track of class implementation info....Fariborz Jahanian
2007-09-21This patch instantiates objects for forward protocols and in general handles ...Fariborz Jahanian
2007-09-19Patch to parse objective-c's @try-statement and @throw-statement.Fariborz Jahanian
2007-09-18Progress on message expressions...Steve Naroff
2007-09-18Patch for object creation and handling of category declarations.Fariborz Jahanian
2007-09-18Uses more description name for method implementation kind argument.Fariborz Jahanian
2007-09-17Patch to remove ObjcProtoMethodDecl and use ObjcMethodDeclFariborz Jahanian
2007-09-17Patch to add objective-c's @protocl type declaration.Fariborz Jahanian
2007-09-17Finish defining Action API for message expressions.Steve Naroff
2007-09-17- Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...Steve Naroff
2007-09-17Fix a few 80 column violations.Steve Naroff