summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement code completion for @selector expressionsDouglas Gregor2010-08-261-0/+18
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-29/+28
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-15/+18
* Provide code completion results for the context-sensitive Objective-CDouglas Gregor2010-08-241-5/+10
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-21/+19
* Handling remaining rule for synthesize bitfields inFariborz Jahanian2010-08-231-1/+2
* Introduce a new code-completion point when we're parsing aDouglas Gregor2010-08-231-3/+3
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-5/+5
* DeclPtrTy -> Decl *John McCall2010-08-211-90/+90
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-3/+3
* Once code completion has completed, pass a "completion context" on toDouglas Gregor2010-08-111-3/+3
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-1/+2
* Support code completion for parameter names in Objective-C methodDouglas Gregor2010-07-081-0/+15
* Introduce a new code-completion point prior to an identifier in theDouglas Gregor2010-07-081-0/+11
* Move the "current scope" state from the Parser into Action. ThisDouglas Gregor2010-07-021-47/+47
* Make the "extra ';' inside a struct or union" diagnostic moreDouglas Gregor2010-06-161-1/+1
* Minor tweaks on doug's objc recovery patch: the callerChris Lattner2010-05-311-6/+4
* When we see the a '[' in a postfix expression in Objective-C, performDouglas Gregor2010-05-311-0/+15
* Implement a code-completion hook for the receiver of an Objective-CDouglas Gregor2010-05-271-0/+7
* Improve code completion in failure cases in two ways:Douglas Gregor2010-05-251-24/+24
* This patch deals with Sema Part of Setter/Getter synthesisFariborz Jahanian2010-05-051-5/+5
* Cleanup error recovery for a missing '-'|'+'Fariborz Jahanian2010-04-261-32/+24
* Rework Parser-Sema interface for Objective-C @catch exception objectDouglas Gregor2010-04-231-4/+2
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-5/+12
* Implement parsing for message sends in Objective-C++. Message sends inDouglas Gregor2010-04-211-1/+114
* Migrate the responsibility for turning the receiver name in anDouglas Gregor2010-04-211-23/+9
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-23/+81
* Fix crash on invalid code where a @throw statement is not followed by a ';'Ted Kremenek2010-04-201-1/+2
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-3/+3
* Fix a -pedantic spurious warning involving @dynamic.Fariborz Jahanian2010-04-141-1/+5
* Introduce a parsing action to distinguish between class, instance, andDouglas Gregor2010-04-141-10/+11
* fix a bug I noticed by inspection, correcting two reject-valid bugs.Chris Lattner2010-04-121-1/+0
* Have the parser decide whether a message to super is a variable orChris Lattner2010-04-121-2/+4
* fix PR6811 by not parsing 'super' as a magic expression inChris Lattner2010-04-111-6/+13
* Patch to implement gcc's cstyle arguments in objcFariborz Jahanian2010-04-081-4/+13
* Implement code completion for Objective-C method declarations andDouglas Gregor2010-04-071-0/+12
* Patch to not build ivar ASTs when they are ilegallyFariborz Jahanian2010-04-061-1/+2
* Improve diagnosing when a method type does not start with '-'|'+'Fariborz Jahanian2010-04-021-27/+41
* Issue better syntax error when objc's messagingFariborz Jahanian2010-03-311-2/+5
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-2/+2
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-2/+2
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-2/+2
* Fixes access rues for ivars declared in classFariborz Jahanian2010-03-221-1/+1
* Don't consume tokens past the end-of-file in an @interface. FixesDouglas Gregor2010-03-161-0/+4
* Early support for declaring ivars in class extensions. wip.Fariborz Jahanian2010-02-221-4/+8
* Allow GNU attributes to appear in an Objective-C method declarationTed Kremenek2010-02-181-4/+10
* Issue a bettter diagnostics for incorrect property setter name.Fariborz Jahanian2010-02-151-1/+2
* Clean up ownership of 'AttributeList' objects in Parser. ApparentlyTed Kremenek2010-02-111-6/+13
* Simplify setting of DeclContext for @catch variableFariborz Jahanian2010-02-031-0/+1
* Fix DeclContext of an objective-c @catch variableFariborz Jahanian2010-02-031-0/+1
OpenPOWER on IntegriCloud