| Commit message (Expand) | Author | Age | Files | Lines |
| * | Give invalid tag types 8-bit size and alignment, rather than 1-bit | Douglas Gregor | 2011-04-20 | 1 | -2/+2 |
| * | Fix a bug in calculation of composite type | Fariborz Jahanian | 2011-04-18 | 1 | -3/+3 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -5/+6 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+16 |
| * | Fix a regression where the initializer implements | Fariborz Jahanian | 2011-04-12 | 1 | -4/+4 |
| * | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman | 2011-04-09 | 1 | -0/+3 |
| * | Warn for any kind of initialization if initializer does not | Fariborz Jahanian | 2011-04-08 | 1 | -4/+41 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+3 |
| * | 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 |