[clang] [DebugInfo] Produce debuginfo for nested types when the outer type is [[clang::standalone_debug]] (PR #146175)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 11:28:37 PDT 2025


dwblaikie wrote:

I don't think this is the right direction.

standalone_debug shouldn't affect truly unused types - I don't think nested or unnested unused types should be treated the same in this regard (because they are treated the same in every other regard, I think)

Got a particular example of the problem? Perhaps there's some other solutions we could consider

https://github.com/llvm/llvm-project/pull/146175


More information about the cfe-commits mailing list