| Commit message (Expand) | Author | Age | Files | Lines |
| * | Start processing template-ids as types when the template-name refers | Douglas Gregor | 2009-02-09 | 1 | -0/+28 |
| * | Improve the representation of template type parameters. We now | Douglas Gregor | 2009-02-05 | 1 | -13/+28 |
| * | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -0/+1 |
| * | Change the ObjC type encoding for block pointer types to "@?" (for consistenc... | Steve Naroff | 2009-02-02 | 1 | -1/+1 |
| * | Handle complex types in ASTContext::mergeTypes | Daniel Dunbar | 2009-01-28 | 1 | -0/+3 |
| * | Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f... | Steve Naroff | 2009-01-27 | 1 | -4/+4 |
| * | Convert types over to placement new() that takes an ASTContext. | Steve Naroff | 2009-01-27 | 1 | -57/+30 |
| * | Fixed a typo in getPreferredTypeAlign method. | Fariborz Jahanian | 2009-01-27 | 1 | -1/+1 |
| * | add a new "getPreferredTypeAlign" method to return the preferred alignment | Chris Lattner | 2009-01-27 | 1 | -0/+16 |
| * | Make tentative parsing of pointer-to-member decls work, and fix other stuff p... | Sebastian Redl | 2009-01-24 | 1 | -2/+3 |
| * | add initial support for the gcc "alignof(decl) is the alignment of the decl | Chris Lattner | 2009-01-24 | 1 | -0/+20 |
| * | Add support for declaring pointers to members. | Sebastian Redl | 2009-01-24 | 1 | -1/+50 |
| * | Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExpr | Douglas Gregor | 2009-01-20 | 1 | -2/+4 |
| * | Detailed documentation for encoding of properties and a test | Fariborz Jahanian | 2009-01-20 | 1 | -1/+22 |
| * | Improving on encoding of objective-c's property types. More to come. | Fariborz Jahanian | 2009-01-20 | 1 | -10/+36 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -3/+3 |
| * | Make sure all types are allocated with 8-byte alignment. | Steve Naroff | 2009-01-19 | 1 | -21/+21 |
| * | Allocate Types using ASTContext's 'Allocator' object. | Ted Kremenek | 2009-01-19 | 1 | -34/+68 |
| * | Vector codegen improvements | Nate Begeman | 2009-01-18 | 1 | -1/+5 |
| * | Teach DeclContext how to find the primary declaration for any TagDecl | Douglas Gregor | 2009-01-17 | 1 | -5/+0 |
| * | Don't ICE on user redeclaration of objc's built-in types. | Fariborz Jahanian | 2009-01-16 | 1 | -4/+10 |
| * | rename "virtual location" of a macro to "instantiation location". | Chris Lattner | 2009-01-16 | 1 | -0/+1 |
| * | Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type | Fariborz Jahanian | 2009-01-13 | 1 | -1/+18 |
| * | Patch to fix encoding of Enum bitfields in ObjC. | Fariborz Jahanian | 2009-01-13 | 1 | -7/+15 |
| * | Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak | Douglas Gregor | 2009-01-12 | 1 | -3/+3 |
| * | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor | 2009-01-09 | 1 | -2/+2 |
| * | Back out code for handling VectorType's in getFloatingRank. | Daniel Dunbar | 2009-01-05 | 1 | -2/+0 |
| * | Implement getFloatingRank() for extended vectors. | Daniel Dunbar | 2009-01-05 | 1 | -2/+4 |
| * | Last patch, for now, to privde ObjC's encoding of types. | Fariborz Jahanian | 2008-12-23 | 1 | -0/+10 |
| * | Lot more encoding work. We are closing the gap to | Fariborz Jahanian | 2008-12-23 | 1 | -7/+53 |
| * | More encoding support; in this case, encoding of | Fariborz Jahanian | 2008-12-22 | 1 | -2/+9 |
| * | Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu... | Anders Carlsson | 2008-12-21 | 1 | -0/+10 |
| * | Finish up saving original parameter type and | Fariborz Jahanian | 2008-12-20 | 1 | -3/+9 |
| * | Strangely enough, name of ObjC class is not encoded into the | Fariborz Jahanian | 2008-12-20 | 1 | -4/+6 |
| * | More encoding support. This time for | Fariborz Jahanian | 2008-12-19 | 1 | -38/+62 |
| * | Several@encode bug fixes for ObjC. | Fariborz Jahanian | 2008-12-19 | 1 | -2/+10 |
| * | Removed a slot in ObjCMemRegExpr used in | Fariborz Jahanian | 2008-12-18 | 1 | -0/+10 |
| * | fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces an... | Nuno Lopes | 2008-12-17 | 1 | -0/+27 |
| * | This patch will build the Records lazily per Steve's comments. | Fariborz Jahanian | 2008-12-17 | 1 | -0/+40 |
| * | Create new EnumDecl nodes for redeclarations of enums, linking them | Douglas Gregor | 2008-12-15 | 1 | -9/+3 |
| * | Address some comments on the name lookup/DeclContext patch from Chris | Douglas Gregor | 2008-12-11 | 1 | -0/+1 |
| * | Actually distinguish between RecordDecl::field_iterator and RecordDecl::field... | Douglas Gregor | 2008-12-11 | 1 | -2/+2 |
| * | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -30/+44 |
| * | The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:... | Steve Naroff | 2008-12-10 | 1 | -28/+30 |
| * | Some cleanups to the dependent-types commit, as suggested by Sebastian | Douglas Gregor | 2008-12-10 | 1 | -4/+0 |
| * | Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec... | Steve Naroff | 2008-12-10 | 1 | -27/+27 |
| * | Fix <rdar://problem/6418623> Bogus block type compatibility warning. | Steve Naroff | 2008-12-10 | 1 | -1/+20 |
| * | Introduce basic support for dependent types, type-dependent | Douglas Gregor | 2008-12-05 | 1 | -1/+47 |
| * | Representation of template type parameters and non-type template | Douglas Gregor | 2008-12-05 | 1 | -0/+12 |
| * | Migrate some stuff from NamedDecl::getName() to | Chris Lattner | 2008-11-24 | 1 | -2/+2 |