[clang] [clang] Stub out gcc_struct attribute (PR #71148)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 13 07:58:17 PST 2023
================
@@ -3635,6 +3635,13 @@ def MSStruct : InheritableAttr {
let SimpleHandler = 1;
}
+def GCCStruct : InheritableAttr {
+ let Spellings = [GCC<"gcc_struct">];
+ let Subjects = SubjectList<[Record]>;
+ let Documentation = [Undocumented];
----------------
erichkeane wrote:
Documentation required.
https://github.com/llvm/llvm-project/pull/71148
More information about the cfe-commits
mailing list