[clang] [clang] Stub out gcc_struct attribute (PR #71148)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 07:23:38 PST 2023


================
@@ -302,6 +302,11 @@ Attribute Changes in Clang
   to reduce the size of the destroy functions for coroutines which are known to
   be destroyed after having reached the final suspend point.
 
+- On targets with C++ ABI other than Microsoft, Clang now supports
+  ``[[gnu:gcc_struct]]`` with the behavior similar to one existing in GCC. In
----------------
erichkeane wrote:

I don't know what the second half here is trying to say, can you rephrase?

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


More information about the cfe-commits mailing list