Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen... | Aaron Ballman | 2013-09-03 | 1 | -1/+1 |
* | Improved source code fidelity for gcc mode attribute. | Enea Zaffanella | 2013-06-20 | 1 | -0/+3 |
* | Update tests to do a full match against printed C++11 attributes. | Michael Han | 2013-02-26 | 1 | -7/+7 |
* | [Sema][Attr]Fix alignment attribute printing. | Michael Han | 2013-02-01 | 1 | -7/+6 |
* | Propagate the spelling list index for an attribute across template instantiat... | Richard Smith | 2013-01-29 | 1 | -0/+21 |
* | Treat alignas and _Alignas as keyword attributes. This allows us to | Richard Smith | 2013-01-29 | 1 | -0/+6 |
* | Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled | Richard Smith | 2013-01-29 | 1 | -3/+4 |
* | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han | 2013-01-24 | 1 | -0/+50 |