llvm-project/clang/test/CXX/dcl.dcl/dcl.attr
Richard Smith 2470ac745a Add a triple to this test so it passes for targets where alignof(double)
really should be equal to alignof(float).

llvm-svn: 352102
2019-01-24 20:52:56 +00:00
..
dcl.align Add a triple to this test so it passes for targets where alignof(double) 2019-01-24 20:52:56 +00:00
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
dcl.attr.nodiscard Diagnose an unused result from a call through a function pointer whose return type is marked [[nodiscard]]. 2019-01-03 14:24:31 +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