| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ASTContext::getTrivialDeclaratorInfo, which initializes a new | John McCall | 2009-10-23 | 1 | -0/+7 |
| * | When building types from declarators, instead of building two types (one for | John McCall | 2009-10-22 | 1 | -54/+87 |
| * | Canonicality is a property of qualified types, not unqualified types. | John McCall | 2009-10-22 | 1 | -16/+16 |
| * | fix PR5265: the size of a float3 should be rounded up to its alignment. | Chris Lattner | 2009-10-22 | 1 | -10/+11 |
| * | Extend out the block descriptor structure for debug information with | Mike Stump | 2009-10-22 | 1 | -3/+54 |
| * | Refine collection of BlockDeclRefExprs. WIP. | Mike Stump | 2009-10-21 | 1 | -2/+2 |
| * | Complete out debug info generation for captured __block variables. WIP. | Mike Stump | 2009-10-21 | 1 | -7/+63 |
| * | Prep work to always preallocate BlockDeclRefExprs so that we can | Mike Stump | 2009-10-21 | 1 | -32/+39 |
| * | Add TypeLocBuilder, an API for incrementally creating TypeLocs. Change | John McCall | 2009-10-21 | 1 | -2/+8 |
| * | Refine the type of the first parameter to block invoke functions. | Mike Stump | 2009-10-20 | 1 | -1/+108 |
| * | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -0/+1 |
| * | When performing template-substitution into a type, don't just replace the | John McCall | 2009-10-18 | 1 | -0/+28 |
| * | teach getCorrespondingUnsignedType how to handle vectors of integers, | Chris Lattner | 2009-10-17 | 1 | -4/+12 |
| * | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -49/+0 |
| * | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor | 2009-10-14 | 1 | -2/+2 |
| * | For instantiations of static data members of class templates, keep | Douglas Gregor | 2009-10-08 | 1 | -4/+7 |
| * | Introduce ObjCProtocolListType type subclass. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -0/+23 |
| * | Add all of the C99 complex builtins prefixed with __builtin_ | Douglas Gregor | 2009-09-28 | 1 | -0/+5 |
| * | Fix MSVC build by renaming a variable. PR5043 | Benjamin Kramer | 2009-09-25 | 1 | -2/+2 |
| * | Handle array fields that contain empty structs. | Anders Carlsson | 2009-09-25 | 1 | -4/+4 |
| * | Make it really, really easy to change the alignment of Type (and ExtQuals). | John McCall | 2009-09-24 | 1 | -66/+72 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -244/+160 |
| * | Fix doc. | Mike Stump | 2009-09-22 | 1 | -1/+1 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -29/+29 |
| * | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson | 2009-09-16 | 1 | -0/+6 |
| * | Fix a regression where write-barrier was not being generated | Fariborz Jahanian | 2009-09-10 | 1 | -1/+1 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -402/+399 |
| * | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -1/+2 |
| * | Basic support for representing elaborated type specifiers | John McCall | 2009-09-05 | 1 | -0/+23 |
| * | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson | 2009-09-01 | 1 | -0/+19 |
| * | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson | 2009-08-29 | 1 | -0/+18 |
| * | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -7/+1 |
| * | Introduce getConstantArrayElementCount API and use it in | Fariborz Jahanian | 2009-08-21 | 1 | -0/+11 |
| * | Fix bit-field promotion to be a bit closer to the behavior of gcc. | Eli Friedman | 2009-08-20 | 1 | -0/+31 |
| * | Make integer promotions work correctly on PIC16 and other platforms | Eli Friedman | 2009-08-19 | 1 | -0/+154 |
| * | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -2/+4 |
| * | Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -0/+17 |
| * | Initial patch to support definitions of id and Class from headers in Objectiv... | David Chisnall | 2009-08-17 | 1 | -0/+2 |
| * | Fix for PR4721: adjust CodeGen and ASTContext so that we have a | Eli Friedman | 2009-08-15 | 1 | -4/+8 |
| * | Patch to warn if a property which is 'assign' by default | Fariborz Jahanian | 2009-08-11 | 1 | -50/+5 |
| * | Fix some const_cast issues. This is the beginning of the rabbit hole. | Mike Stump | 2009-08-07 | 1 | -2/+4 |
| * | Fix canonical type construction for function types with the noreturn | Douglas Gregor | 2009-08-05 | 1 | -1/+2 |
| * | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor | 2009-08-05 | 1 | -18/+23 |
| * | Canonicalization and profiling for overloaded function declarations, | Douglas Gregor | 2009-07-31 | 1 | -3/+19 |
| * | Canonicalize dependent extended vector types. | Douglas Gregor | 2009-07-31 | 1 | -5/+29 |
| * | Whitespace around else canonicalization and fix 80-col violations. | Mike Stump | 2009-07-31 | 1 | -7/+5 |
| * | Build canonical types for dependently-sized array types. | Douglas Gregor | 2009-07-31 | 1 | -10/+32 |
| * | Canonicalization of dependent C++0x decltype types. | Douglas Gregor | 2009-07-30 | 1 | -3/+20 |
| * | Canonicalization for dependent typeof(expr) types. | Douglas Gregor | 2009-07-30 | 1 | -3/+20 |
| * | Support out-of-line definitions of the members of class template | Douglas Gregor | 2009-07-30 | 1 | -7/+8 |