aboutsummaryrefslogtreecommitdiff
path: root/Parse/MinimalAction.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-07Patch to implement "Protocol" as a built-in type declared asFariborz Jahanian
2007-10-31Implement ObjC built-in types in MinimalAction.Steve Naroff
2007-10-31Implement a more sensible strategy for ObjC built-in types (addressing a long...Steve Naroff
2007-10-30More support for rewriting ObjC intefaces. Still some edge cases to handle...Steve Naroff
2007-10-10Fix a latent bug in MinimalActions (created by a recent name change).Steve Naroff
2007-10-10Remove Scope argument from ObjC actions that either don't need it or can now ...Steve Naroff
2007-10-08Remove 2 protocol related actions from MinimalActions (protocols shouldn't be...Steve Naroff
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-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-17Patch to add objective-c's @protocl type declaration.Fariborz Jahanian
2007-09-15Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff
2007-09-12Fix the following bug submitted by Ted Kremenek:Steve Naroff
2007-09-06The goal of this commit is to get just enough Sema support to recognize Objec...Steve Naroff
2007-07-11Stage two of getting CFE top correct.Reid Spencer