| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename several ObjC action methods to use the "ActOn" prefix (still a few mor... | Steve Naroff | 2007-10-02 | 1 | -6/+7 |
* | Unified such names as protocol references, instance methods and class methods | Fariborz Jahanian | 2007-10-02 | 1 | -23/+23 |
* | Remove Action::ActOnImpleIvarVsClassIvars(), it is only called by Sema (not P... | Steve Naroff | 2007-10-02 | 1 | -13/+11 |
* | Rename ObjcInterfaceDecl::getIsForwardDecl() to isForwardDecl(). | Steve Naroff | 2007-10-02 | 1 | -11/+11 |
* | Previously, I warned those methods not implemented in implementation class/ca... | Fariborz Jahanian | 2007-10-02 | 1 | -4/+18 |
* | - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod(). | Steve Naroff | 2007-10-02 | 1 | -16/+21 |
* | ObjcCategoryDecl Does not subclass from ScopedDecl any more. | Fariborz Jahanian | 2007-10-02 | 1 | -1/+1 |
* | This patch introduces the ObjcCategoryImplDecl class and does the checking re... | Fariborz Jahanian | 2007-10-02 | 1 | -1/+82 |
* | Move ObjC decls to DeclObjC.h, a new AST header. | Steve Naroff | 2007-10-01 | 1 | -0/+1 |
* | Took care of clatter's suggestions, dated. | Fariborz Jahanian | 2007-10-01 | 1 | -19/+11 |
* | Fix a bug I just introduced. | Chris Lattner | 2007-09-30 | 1 | -3/+3 |
* | simplify an expression | Chris Lattner | 2007-09-30 | 1 | -2/+1 |
* | This patch fixes all issues mentioned in clattner's feedback of | Fariborz Jahanian | 2007-09-29 | 1 | -5/+4 |
* | Code clean up. Moved couple of static functions to be private members of Sema... | Fariborz Jahanian | 2007-09-29 | 1 | -16/+14 |
* | Patch to remove use of has table for protocol name lookup. This patch mirrors... | Fariborz Jahanian | 2007-09-29 | 1 | -19/+23 |
* | Removed use of hash table for class decls and do a name look up directly. | Fariborz Jahanian | 2007-09-29 | 1 | -18/+27 |
* | Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument. | Steve Naroff | 2007-09-28 | 1 | -17/+17 |
* | Patch to warn on umimplemented methods coming from class's | Fariborz Jahanian | 2007-09-28 | 1 | -20/+50 |
* | Patch for method implementation. It populates ObjcImplementationDecl object w... | Fariborz Jahanian | 2007-09-27 | 1 | -1/+54 |
* | Fix some use of uninit variables issues, reported by Anton. | Chris Lattner | 2007-09-27 | 1 | -1/+1 |
* | Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is... | Steve Naroff | 2007-09-27 | 1 | -52/+12 |
* | This patch inserts ivars declared in @implementation in its object and verifies | Fariborz Jahanian | 2007-09-26 | 1 | -2/+59 |
* | Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy | Fariborz Jahanian | 2007-09-25 | 1 | -0/+8 |
* | This patch introduces a new class to keep track of class implementation info.... | Fariborz Jahanian | 2007-09-25 | 1 | -11/+101 |
* | This patch adds to new things to clang: | Fariborz Jahanian | 2007-09-22 | 1 | -13/+63 |
* | This patch instantiates objects for forward protocols and in general handles ... | Fariborz Jahanian | 2007-09-21 | 1 | -6/+56 |
* | Handle forward declaration of classes and prevent re-instantiation of | Fariborz Jahanian | 2007-09-20 | 1 | -16/+24 |
* | Match to do some semantic analysis on objective-c class decl. | Fariborz Jahanian | 2007-09-20 | 1 | -2/+19 |
* | Remove SelectorTable/SelectorInfo, simply store all selectors in the central ... | Steve Naroff | 2007-09-19 | 1 | -4/+4 |
* | Remove #include of config.h, it is no longer needed. | Steve Naroff | 2007-09-19 | 1 | -1/+0 |
* | Remove alloca import... | Steve Naroff | 2007-09-18 | 1 | -3/+0 |
* | Progress on message expressions... | Steve Naroff | 2007-09-18 | 1 | -10/+11 |
* | Patch for object creation and handling of category declarations. | Fariborz Jahanian | 2007-09-18 | 1 | -2/+23 |
* | alloca.h doesn't exist on Windows. | Hartmut Kaiser | 2007-09-18 | 1 | -0/+3 |
* | alloca.h is needed on Solaris | Gabor Greif | 2007-09-18 | 1 | -0/+1 |
* | Uses more description name for method implementation kind argument. | Fariborz Jahanian | 2007-09-18 | 1 | -8/+8 |
* | Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl | Fariborz Jahanian | 2007-09-17 | 1 | -41/+15 |
* | Patch to add objective-c's @protocl type declaration. | Fariborz Jahanian | 2007-09-17 | 1 | -15/+78 |
* | - Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK... | Steve Naroff | 2007-09-17 | 1 | -26/+18 |
* | Add support for ObjC keyword selectors. | Steve Naroff | 2007-09-17 | 1 | -5/+31 |
* | Fixes/tweaks that prevent "defaults-i.m" from compiling. | Steve Naroff | 2007-09-16 | 1 | -3/+3 |
* | Start converting Action methods from Parse-prefix to ActOn-prefix. | Steve Naroff | 2007-09-15 | 1 | -13/+13 |
* | Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility... | Steve Naroff | 2007-09-14 | 1 | -38/+29 |
* | Several improvement to Sema::ParseRecordBody()... | Steve Naroff | 2007-09-14 | 1 | -26/+24 |
* | Patch to store ivars into interface class object. | Fariborz Jahanian | 2007-09-14 | 1 | -3/+9 |
* | Semantic analysis for objective-c ivars. | Fariborz Jahanian | 2007-09-14 | 1 | -9/+24 |
* | Now that the dust has settled on the Decl refactoring, I noticed FieldDecl di... | Steve Naroff | 2007-09-14 | 1 | -2/+2 |
* | Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl. | Steve Naroff | 2007-09-13 | 1 | -9/+10 |
* | Phase 2 of making the Decl class more lightweight... | Steve Naroff | 2007-09-13 | 1 | -5/+7 |
* | Patch for collecting ivars before running action on them. | Fariborz Jahanian | 2007-09-13 | 1 | -21/+26 |