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