| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed parameter names. | Abramo Bagnara | 2011-01-27 | 1 | -7/+7 |
| * | Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually | Douglas Gregor | 2011-01-25 | 1 | -1/+1 |
| * | Fix the computation of alignment for fields of packed+aligned structs. | John McCall | 2011-01-20 | 1 | -6/+28 |
| * | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -10/+42 |
| * | Change the canonical representation of array types to store qualifiers on the | John McCall | 2011-01-19 | 1 | -191/+157 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -27/+32 |
| * | Fix some unnecessarily complicated code for canonicalizing variably-modified | John McCall | 2011-01-18 | 1 | -43/+119 |
| * | Generalize some operations on qualifiers. QualType::getQualifiers() and | John McCall | 2011-01-18 | 1 | -13/+33 |
| * | Add toCharUnitsInBits() to simplify the many calls to CharUnits::fromQuantity... | Ken Dyck | 2011-01-15 | 1 | -7/+12 |
| * | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -0/+30 |
| * | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -1/+1 |
| * | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -4/+5 |
| * | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -0/+36 |
| * | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -0/+13 |
| * | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad | 2011-01-12 | 1 | -119/+128 |
| * | Slight bugfix to the attribute-distribution logic for GC attributes. | John McCall | 2011-01-12 | 1 | -18/+24 |
| * | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall | 2011-01-06 | 1 | -0/+25 |
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -1/+6 |
| * | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -3/+5 |
| * | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall | 2010-12-30 | 1 | -0/+36 |
| * | Fix for PR8695. | David Chisnall | 2010-12-26 | 1 | -1/+4 |
| * | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -6/+12 |
| * | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+2 |
| * | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -0/+1 |
| * | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -12/+12 |
| * | Fix the noreturn conversion to only strip off a single level of indirection. | John McCall | 2010-12-21 | 1 | -52/+10 |
| * | Clean up the handling of template argument packs, especially in the | Douglas Gregor | 2010-12-20 | 1 | -0/+3 |
| * | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -0/+26 |
| * | Motions towards simplifying how we deal with attribute-qualified function types. | John McCall | 2010-12-19 | 1 | -25/+21 |
| * | Function types are compatible (in the C sense) if their regparms are identical. | John McCall | 2010-12-15 | 1 | -16/+20 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -57/+48 |
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -48/+57 |
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -57/+48 |
| * | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -0/+34 |
| * | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall | 2010-12-10 | 1 | -3/+3 |
| * | Move the "volatile" bit into QualType's "fast" qualifier set, | Douglas Gregor | 2010-12-10 | 1 | -11/+0 |
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -1/+2 |
| * | Add BlocksAttr assert on __block specific | Fariborz Jahanian | 2010-12-06 | 1 | -1/+6 |
| * | Merge transparent union types using member's unqualified type | Peter Collingbourne | 2010-12-02 | 1 | -1/+1 |
| * | Merge transparent union types using member's canonical param type | Peter Collingbourne | 2010-12-02 | 1 | -1/+1 |
| * | IR Gen. part of API support for __block cxx | Fariborz Jahanian | 2010-12-02 | 1 | -2/+2 |
| * | Sema/AST work for capturing copy init expression | Fariborz Jahanian | 2010-12-01 | 1 | -0/+14 |
| * | Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a... | Anders Carlsson | 2010-11-25 | 1 | -0/+5 |
| * | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall | 2010-11-24 | 1 | -1/+1 |
| * | Fixes synthesis of type for the object which holds info. | Fariborz Jahanian | 2010-11-17 | 1 | -0/+7 |
| * | ASTContext::getVectorType should preserve the vector kind for canonical types. | Bob Wilson | 2010-11-16 | 1 | -2/+1 |
| * | Bring UsualArithmeticConversionsType back into Sema and cast the | John McCall | 2010-11-13 | 1 | -140/+0 |
| * | Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types. | Bob Wilson | 2010-11-12 | 1 | -6/+7 |
| * | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson | 2010-11-10 | 1 | -11/+11 |
| * | Restore patch reversed in r118475. Fixes | Fariborz Jahanian | 2010-11-09 | 1 | -0/+6 |