[Lldb-commits] [lldb] [llvm] [DebugInfo] Add explicit visibility macros to CodeView template functions (PR #113102)

Thomas Fransham via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 11 07:36:21 PST 2024


================
@@ -495,7 +495,8 @@ class ClassRecord : public TagRecord {
 };
 
 // LF_UNION
-struct UnionRecord : public TagRecord {
+class UnionRecord : public TagRecord {
+public:
----------------
fsfod wrote:

yes it wasn't usable in the XMACRO to forward declare classes used for the function declarations it creates

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


More information about the lldb-commits mailing list