Age | Commit message (Expand) | Author |
---|---|---|
2013-02-19 | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith |
2012-10-03 | Improve C++11 attribute parsing. | Michael Han |
2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
2012-06-19 | Reapply r158700 and fixup patches, minus one hunk that slipped through and | Sean Hunt |
2012-06-19 | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen |
2012-06-19 | Improve the specification of spellings in Attr.td. | Sean Hunt |
2012-06-18 | Handle C++11 attribute namespaces automatically. | Sean Hunt |
2012-05-03 | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |