[clang] [Clang](NFC) Add coverage for VTable debug info (PR #151818)
Tomohiro Kashiwada via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 31 03:57:27 PDT 2025
================
@@ -0,0 +1,93 @@
+// The debug info of vtable is attached conditionally to whether
+// - Member functions are inlined or not
+// - Definition of destructor is visible or not
----------------
kikairoya wrote:
Sure. I'll try it.
https://github.com/llvm/llvm-project/pull/151818
More information about the cfe-commits
mailing list