[all-commits] [llvm/llvm-project] 504dd5: DebugInfo: Avoid emitting null members for nodebug...
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Jan 15 15:21:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 504dd577675e8c85cdc8525990a7c8b517a38a89
https://github.com/llvm/llvm-project/commit/504dd577675e8c85cdc8525990a7c8b517a38a89
Author: David Blaikie <dblaikie at gmail.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
A clang/test/CodeGenCXX/debug-info-codeview-nodebug.cpp
Log Message:
-----------
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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list