| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Teach ObjcInterfaceDecl::lookupInstance/ClassMethod to look through protocols. | Steve Naroff | 2007-10-14 | 1 | -2/+26 |
| * | Add category lookup (removing a couple FIXME's). | Steve Naroff | 2007-10-14 | 1 | -2/+28 |
| * | This patch implementa objective-c's @compatibilty-alias declaration. | Fariborz Jahanian | 2007-10-11 | 1 | -0/+8 |
| * | Rename FileVariable -> FileVar for consistency with its class name, | Chris Lattner | 2007-10-08 | 1 | -9/+9 |
| * | move IdentifierTable.h from liblex to libbasic. | Chris Lattner | 2007-10-07 | 1 | -1/+1 |
| * | introduce a new NamedDecl class, switch a couple of things over to using it. | Chris Lattner | 2007-10-06 | 1 | -7/+1 |
| * | More tab removal activity. | Fariborz Jahanian | 2007-10-04 | 1 | -17/+17 |
| * | Fixed tabs in couple of sources. | Fariborz Jahanian | 2007-10-04 | 1 | -3/+3 |
| * | Unified such names as protocol references, instance methods and class methods | Fariborz Jahanian | 2007-10-02 | 1 | -34/+34 |
| * | - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod(). | Steve Naroff | 2007-10-02 | 1 | -0/+32 |
| * | This patch introduces the ObjcCategoryImplDecl class and does the checking re... | Fariborz Jahanian | 2007-10-02 | 1 | -1/+28 |
| * | 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 | -1/+1 |
| * | Unused ObjcProtoMethod is removed. | Fariborz Jahanian | 2007-09-30 | 1 | -3/+0 |
| * | Patch for method implementation. It populates ObjcImplementationDecl object w... | Fariborz Jahanian | 2007-09-27 | 1 | -0/+19 |
| * | This patch inserts ivars declared in @implementation in its object and verifies | Fariborz Jahanian | 2007-09-26 | 1 | -0/+13 |
| * | This patch introduces a new class to keep track of class implementation info.... | Fariborz Jahanian | 2007-09-25 | 1 | -0/+8 |
| * | This patch instantiates objects for forward protocols and in general handles ... | Fariborz Jahanian | 2007-09-21 | 1 | -0/+9 |
| * | Patch for object creation and handling of category declarations. | Fariborz Jahanian | 2007-09-18 | 1 | -1/+27 |
| * | Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl | Fariborz Jahanian | 2007-09-17 | 1 | -2/+2 |
| * | Patch to add objective-c's @protocl type declaration. | Fariborz Jahanian | 2007-09-17 | 1 | -0/+20 |
| * | Add const to debug hook... | Steve Naroff | 2007-09-17 | 1 | -1/+1 |
| * | Add support for ObjC keyword selectors. | Steve Naroff | 2007-09-17 | 1 | -3/+32 |
| * | decl counting isn't implemented yet for objc. -stats probably crashes for it. | Chris Lattner | 2007-09-16 | 1 | -0/+7 |
| * | Fixes/tweaks that prevent "defaults-i.m" from compiling. | Steve Naroff | 2007-09-16 | 1 | -0/+36 |
| * | Patch to store ivars into interface class object. | Fariborz Jahanian | 2007-09-14 | 1 | -0/+12 |
| * | Phase 2 of making the Decl class more lightweight... | Steve Naroff | 2007-09-13 | 1 | -1/+7 |
| * | Patch for building method declaration nodes. Also fixed a segfault in cocoa.m... | Fariborz Jahanian | 2007-09-12 | 1 | -0/+16 |
| * | Early patch to collect objective-c methods inserts them in | Fariborz Jahanian | 2007-09-10 | 1 | -0/+20 |
| * | The goal of this commit is to get just enough Sema support to recognize Objec... | Steve Naroff | 2007-09-06 | 1 | -0/+4 |
| * | Fix "no newline at end of file" warnings. Patch contributed by | Chris Lattner | 2007-07-12 | 1 | -1/+1 |
| * | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -1/+0 |
| * | Implement support for formal arguments. We can now compile this: | Chris Lattner | 2007-06-13 | 1 | -3/+3 |
| * | Implement capturing of enum values and chaining of enums together. | Chris Lattner | 2007-06-11 | 1 | -15/+0 |
| * | Bug #: | Steve Naroff | 2007-06-01 | 1 | -12/+1 |
| * | Bug #: | Steve Naroff | 2007-06-01 | 1 | -0/+10 |
| * | correct printout, enums are separate. | Chris Lattner | 2007-05-24 | 1 | -7/+7 |
| * | silence a bunch of warnings, fix some funky indentation. | Chris Lattner | 2007-05-24 | 1 | -58/+66 |
| * | Bug #: | Steve Naroff | 2007-05-23 | 1 | -0/+81 |
| * | Bug #: | Steve Naroff | 2007-03-26 | 1 | -2/+15 |
| * | Create EnumConstantDecl objects for each enum value, and fill them into | Chris Lattner | 2007-01-25 | 1 | -0/+15 |
| * | Add EnumDecl, warn about forward references to enums: | Chris Lattner | 2007-01-25 | 1 | -5/+5 |
| * | Save the member list of a struct/union in the RecordDecl for the struct. | Chris Lattner | 2007-01-25 | 1 | -0/+14 |
| * | make Decl::getName() not crash if the decl is unnamed (e.g. an unnamed argument) | Chris Lattner | 2007-01-21 | 1 | -1/+3 |
| * | avoid allocating memory for empty arg lists | Chris Lattner | 2007-01-21 | 1 | -2/+5 |
| * | Next big step in function parsing: create decl objects for parameters, | Chris Lattner | 2007-01-21 | 1 | -0/+17 |
| * | parse identifier expressions properly. This allows us diagnose this: | Chris Lattner | 2006-11-20 | 1 | -0/+5 |
| * | Make the driver print function bodies at -parse-print-ast | Chris Lattner | 2006-10-25 | 1 | -0/+5 |
| * | start creating proper ast nodes for variables and functions | Chris Lattner | 2006-10-15 | 1 | -0/+15 |