[clang] [clang] Implement gcc_struct attribute on Itanium targets (PR #71148)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 14:58:12 PST 2025


================
@@ -997,6 +997,9 @@ def warn_npot_ms_struct : Warning<
   "data types with sizes that aren't a power of two">,
   DefaultError, InGroup<IncompatibleMSStruct>;
 
+def err_itanium_layout_unimplemented : Error<
+  "Itanium-compatible layout for the Microsoft C++ ABI is not yet supported">;
----------------
efriedma-quic wrote:

Missing testcase for this diagnostic.

https://github.com/llvm/llvm-project/pull/71148


More information about the cfe-commits mailing list