================
@@ -495,7 +495,8 @@ class ClassRecord : public TagRecord {
};
// LF_UNION
-struct UnionRecord : public TagRecord {
+class UnionRecord : public TagRecord {
+public:
----------------
compnerd wrote:
Why the change here? The use of `struct` _should_ be fine. Or was it that there
was a conflict with the declaration from the XMACRO?
https://github.com/llvm/llvm-project/pull/113102
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits