[PATCH] D121723: [clang] CWG 2354: prohibit alignas for enums
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 11:47:46 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM aside from a tiny testing nit. It's interesting that WG14 doesn't seem to have a similar DR reported them that I can find (nothing for you to do about it).
================
Comment at: clang/test/CXX/drs/dr2354.cpp:1
+// RUN: %clang_cc1 -x c++ -verify %s
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121723/new/
https://reviews.llvm.org/D121723
More information about the cfe-commits
mailing list