[llvm] [RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (PR #78252)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 07:21:42 PST 2024


================
@@ -44,6 +44,7 @@ class Module;
 class ModuleSlotTracker;
 class raw_ostream;
 class DPValue;
+class DbgRecord;
----------------
SLTozer wrote:

Unused forward decl?

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


More information about the llvm-commits mailing list