llvm-project/clang/test/CXX/dcl.dcl/dcl.attr
Aaron Ballman 0bcd6c1b18 Implement support for [[maybe_unused]] in C++1z that is based off existing support for unused, and treat it as an extension pre-C++1z. This also means extending the existing unused attribute so that it can be placed on an enum and enumerator, in addition to the other subjects.
llvm-svn: 263025
2016-03-09 16:48:08 +00:00
..
dcl.align AST: Don't ignore alignas on EnumDecls when calculating alignment 2015-01-21 10:54:38 +00:00
dcl.attr.depend
dcl.attr.deprecated [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only applies to situations where the namespace is mentioned. Thus, use on anonymous namespaces is diagnosed. 2014-11-14 22:34:56 +00:00
dcl.attr.fallthrough Add accidentally forgotten testcase from r262881. 2016-03-08 00:34:49 +00:00
dcl.attr.grammar
dcl.attr.nodiscard Readd testcase accidentally removed in r262888. 2016-03-09 00:12:38 +00:00
dcl.attr.noreturn
dcl.attr.unused Implement support for [[maybe_unused]] in C++1z that is based off existing support for unused, and treat it as an extension pre-C++1z. This also means extending the existing unused attribute so that it can be placed on an enum and enumerator, in addition to the other subjects. 2016-03-09 16:48:08 +00:00