[clang] [Clang](NFC) Add coverage for VTable debug info (PR #151818)
Javier Lopez-Gomez via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 5 10:58:59 PDT 2025
================
@@ -30,23 +28,26 @@ struct CDerived : NSP_1::CBaseOne, NSP_2::CBaseTwo {
int six() override { return 66; }
};
+void use(void *, ...);
----------------
jalopezg-git wrote:
(Very minor) nit-pick: add empty line to make it look similar as other test files (e.g. clang/test/DebugInfo/CXX/vtable-inheritance-diamond.cpp).
```suggestion
void use(void *, ...);
```
https://github.com/llvm/llvm-project/pull/151818
More information about the cfe-commits
mailing list