History log of /llvm-project/clang/test/CodeGenCXX/debug-info-codeview-nodebug.cpp (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# 504dd577 15-Jan-2025 David Blaikie <dblaikie@gmail.com>

DebugInfo: Avoid emitting null members for nodebug nested typedefs

Only comes up for CodeView, since it forcibly emits even unused nested
typedefs.

Part of issue #122350