aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx11-stmt-attributes.cpp
AgeCommit message (Expand)Author
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith
2013-01-29Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith
2012-10-03Improve C++11 attribute parsing.Michael Han
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith