Files
clang-p2996/clang/test/CodeGenCXX/debug-info-ms-novtable.cpp
nerix 381218950e [clang-cl]: generate debug info when novtable is specified (#124643)
When no vtable is emitted in the debug info because a record was marked
`__declspec(novtable)`, only a forward declaration of that type will be
emitted. This PR fixes that by not omitting the definition for the
`RecordDecl` in this case.

Fixes #124638.
2025-01-28 15:02:33 -08:00

1.5 KiB