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