| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -1/+0 |
| * | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -5/+24 |
| * | Block return type of the initialized must be | Fariborz Jahanian | 2011-03-14 | 1 | -6/+8 |
| * | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -4/+4 |
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -5/+11 |
| * | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -12/+12 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -6/+10 |
| * | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -1/+3 |
| * | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl | 2011-03-06 | 1 | -6/+3 |
| * | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi | 2011-03-06 | 1 | -3/+6 |
| * | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl | 2011-03-05 | 1 | -6/+3 |
| * | Eliminate redundant nested-name-specifiers on | Douglas Gregor | 2011-03-03 | 1 | -0/+8 |
| * | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky | 2011-03-01 | 1 | -4/+11 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -0/+11 |
| * | From Vassil Vassilev: | Axel Naumann | 2011-02-28 | 1 | -4/+0 |
| * | When we encounter a dependent template name within a | Douglas Gregor | 2011-02-28 | 1 | -5/+7 |
| * | 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 |