summaryrefslogtreecommitdiffstats
path: root/test/Parser/objcxx11-attributes.mm
Commit message (Expand)AuthorAgeFilesLines
* Adding the Subjects entry back for the noreturn attributes. This caused some ...Aaron Ballman2013-11-271-2/+2
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-191-2/+2
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-3/+3
* Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, theseRichard Smith2013-01-151-1/+1
* Improve C++11 attribute parsing.Michael Han2012-10-031-5/+13
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-1/+2
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-3/+5
* Support C++11 attributes at the start of a parameter-declaration.Richard Smith2012-04-111-0/+12
* Parsing of C++11 attributes:Richard Smith2012-04-101-0/+1
* Disambiguation of '[[':Richard Smith2012-04-101-0/+42