aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/objcxx11-attributes.mm
AgeCommit message (Expand)Author
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-15Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, theseRichard Smith
2012-10-03Improve C++11 attribute parsing.Michael Han
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith
2012-04-11Support C++11 attributes at the start of a parameter-declaration.Richard Smith
2012-04-10Parsing of C++11 attributes:Richard Smith
2012-04-10Disambiguation of '[[':Richard Smith