[PATCH] D71619: [CLANG] Alignment specifier not applied to anonymous structure or union

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 13:34:27 PST 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: clang/test/AST/pr43983.cpp:1
+// RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -ast-dump | FileCheck %s
+
----------------
You can drop the `-std=c++11` here (we default to > c++11 anyway).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71619/new/

https://reviews.llvm.org/D71619





More information about the llvm-commits mailing list