llvm-project/clang/test/CXX/dcl.dcl/dcl.attr
Aaron Ballman fbedb97dd2 Allow [[maybe_unused]] on static data members; these are considered variables and the attribute should appertain to them.
Patch by S. B. Tam.

llvm-svn: 329904
2018-04-12 12:21:41 +00:00
..
dcl.align
dcl.attr.depend Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
dcl.attr.deprecated Correct class-template deprecation behavior-REDUX 2017-03-23 18:51:54 +00:00
dcl.attr.fallthrough This test case was missing -fsyntax-only, so I've added it. NFC to the actual test contents, just how the test is executed. 2017-10-17 20:49:30 +00:00
dcl.attr.grammar Using for attributes voted into C++17. 2016-06-24 12:15:12 +00:00
dcl.attr.nodiscard Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
dcl.attr.noreturn
dcl.attr.unused Allow [[maybe_unused]] on static data members; these are considered variables and the attribute should appertain to them. 2018-04-12 12:21:41 +00:00