summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-attr-print.cpp
AgeCommit message (Expand)Author
2016-03-16Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren
2014-02-13There is no std namespace for standards-based attributes. Removing the scope ...Aaron Ballman
2013-09-03Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman
2013-06-20Improved source code fidelity for gcc mode attribute.Enea Zaffanella
2013-02-26Update tests to do a full match against printed C++11 attributes.Michael Han
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-29Propagate the spelling list index for an attribute across template instantiat...Richard Smith
2013-01-29Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith
2013-01-29Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han