summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-attr-print.cpp
Commit message (Expand)AuthorAge
* Update tests to do a full match against printed C++11 attributes.Michael Han2013-02-26
* [Sema][Attr]Fix alignment attribute printing.Michael Han2013-02-01
* Propagate the spelling list index for an attribute across template instantiat...Richard Smith2013-01-29
* Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith2013-01-29
* Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith2013-01-29
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-24