| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -652/+0 |
* | move the ASTContext argument to be first in the argument list of | Chris Lattner | 2008-03-15 | 1 | -19/+20 |
* | Switch over functiondecl. This makes it obvious that the ASTContext | Chris Lattner | 2008-03-15 | 1 | -0/+9 |
* | switch the VarDecl allocation model to go through ASTContext. | Chris Lattner | 2008-03-15 | 1 | -0/+22 |
* | start switching decls over to using an allocator controlled by ASTContext. | Chris Lattner | 2008-03-15 | 1 | -1/+32 |
* | various minor cleanups. | Chris Lattner | 2008-03-15 | 1 | -112/+63 |
* | convert tabs to spaces, patch by Mike Stump! | Chris Lattner | 2008-02-25 | 1 | -46/+46 |
* | More comments from Chris. | Anders Carlsson | 2008-02-16 | 1 | -12/+12 |
* | Store attributes in a global hash map instead. | Anders Carlsson | 2008-02-15 | 1 | -6/+41 |
* | Get rid of AttributeList in the AST and use the new Attr class instead | Anders Carlsson | 2008-02-15 | 1 | -0/+6 |
* | Put back the top-level asm code; all tests pass now. | Anders Carlsson | 2008-02-08 | 1 | -1/+6 |
* | Back out 46855 for now, it causes test failures on Darwin. | Anders Carlsson | 2008-02-08 | 1 | -6/+1 |
* | Handle top-level asm declarations. | Anders Carlsson | 2008-02-07 | 1 | -1/+6 |
* | Missing ObjC stuff. Patch by Mike Stump. | Fariborz Jahanian | 2008-01-23 | 1 | -2/+13 |
* | Renamed getSynthesizedSelectorSize to getSynthesizedMethodSize. Compute metho... | Fariborz Jahanian | 2008-01-17 | 1 | -4/+11 |
* | Computed length of a __func__ identifier used in an objective-c method correc... | Fariborz Jahanian | 2008-01-17 | 1 | -0/+9 |
* | Add first pieces of support for parsing and representing | Chris Lattner | 2008-01-12 | 1 | -1/+7 |
* | Substituted all instances of the string "Objc" for "ObjC". This fixes | Ted Kremenek | 2008-01-07 | 1 | -114/+114 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Patch to do type-checking for objctive-c's object types. | Fariborz Jahanian | 2007-12-20 | 1 | -2/+2 |
* | Various tweaks to the get/lookup instance/class method API's. | Steve Naroff | 2007-12-19 | 1 | -18/+18 |
* | - Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcPro... | Steve Naroff | 2007-12-14 | 1 | -60/+47 |
* | fix typo | Chris Lattner | 2007-12-12 | 1 | -2/+2 |
* | more cleanups changing things like getInstanceVariables to iterators. | Chris Lattner | 2007-12-12 | 1 | -5/+4 |
* | resolve some fixmes and clean up some code by eliminating the get*Vars apis t... | Chris Lattner | 2007-12-12 | 1 | -21/+11 |
* | start cleaning up interfaces for objc bits and pieces by switching to an | Chris Lattner | 2007-12-12 | 1 | -17/+13 |
* | Implemented when static typing is combined with protocols and use as receiver | Fariborz Jahanian | 2007-12-07 | 1 | -0/+42 |
* | Fix a bug handling typedefs of functions, patch by Nuno Lopes! | Chris Lattner | 2007-12-06 | 1 | -2/+2 |
* | simplify some code, add support for functions without a proto | Chris Lattner | 2007-12-01 | 1 | -1/+2 |
* | Add category method definitions incrementally, removing a FIXME (like we do f... | Steve Naroff | 2007-11-12 | 1 | -20/+27 |
* | - Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef(); | Steve Naroff | 2007-11-12 | 1 | -0/+17 |
* | This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ... | Steve Naroff | 2007-11-11 | 1 | -22/+2 |
* | Teach Sema::ActOnInstanceMessage() about private methods. That is, methods de... | Steve Naroff | 2007-11-11 | 1 | -0/+27 |
* | Patch for objc2's property ASTs, as well as pretty-priting the ASTs. | Fariborz Jahanian | 2007-11-06 | 1 | -0/+8 |
* | - Add location info to category/protocol AST's | Steve Naroff | 2007-10-30 | 1 | -2/+4 |
* | More support for rewriting ObjC intefaces. Still some edge cases to handle... | Steve Naroff | 2007-10-30 | 1 | -3/+3 |
* | This commit contains lot's of small tweaks to how we pass around and store So... | Steve Naroff | 2007-10-29 | 1 | -26/+34 |
* | - 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 |