[PATCH] D115503: [DebugInfo][Clang] record the access flag for class/struct/union types.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 00:39:48 PST 2021


dblaikie accepted this revision.
dblaikie added a comment.

Got any data on how much this (combined with the LLVM patch) increases debug info size of, say, a clang self-host build? I assume not much, but wouldn't hurt to know.

(does GCC produce this sort of debug info, or does it skip the access specifiers on nested types?)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115503/new/

https://reviews.llvm.org/D115503



More information about the cfe-commits mailing list