| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -1/+9 |
* | Emit the structure layout of the block literal parameter to a block | John McCall | 2011-02-22 | 1 | -73/+1 |
* | Use an unused-except-in-Debug variable. | Matt Beaumont-Gay | 2011-02-22 | 1 | -1/+1 |
* | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -5/+15 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -4/+15 |
* | Add const qualifier to getTypeInfoInChars(). | Ken Dyck | 2011-02-20 | 1 | -2/+2 |
* | Fix PR9253, allowing attribute(aligned) to reduce the alignment of | Chris Lattner | 2011-02-19 | 1 | -1/+7 |
* | Convert RecordLayout::Alignment to CharUnits from bit units. No change in | Ken Dyck | 2011-02-15 | 1 | -3/+3 |
* | Fix a block sema bug where result type of initializer | Fariborz Jahanian | 2011-02-11 | 1 | -3/+8 |
* | Add a helper function, ASTContext::toBits(), that converts sizes in | Ken Dyck | 2011-02-11 | 1 | -2/+7 |
* | Move the check that gives functions with unique-external types unique-external | John McCall | 2011-02-10 | 1 | -4/+0 |
* | AST, Sema, Serialization: keep track of cudaConfigureCall | Peter Collingbourne | 2011-02-09 | 1 | -0/+1 |
* | Convert RecordLayout::Size to CharUnits from bits. No changes to | Ken Dyck | 2011-02-09 | 1 | -2/+2 |
* | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -3/+6 |
* | 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 |