summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-attr-print.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-201-3/+5
* Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren2016-03-161-0/+9
* There is no std namespace for standards-based attributes. Removing the scope ...Aaron Ballman2014-02-131-3/+0
* Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman2013-09-031-1/+1
* Improved source code fidelity for gcc mode attribute.Enea Zaffanella2013-06-201-0/+3
* Update tests to do a full match against printed C++11 attributes.Michael Han2013-02-261-7/+7
* [Sema][Attr]Fix alignment attribute printing.Michael Han2013-02-011-7/+6
* Propagate the spelling list index for an attribute across template instantiat...Richard Smith2013-01-291-0/+21
* Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith2013-01-291-0/+6
* Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith2013-01-291-3/+4
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-0/+50