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

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 12 19:32:15 PST 2021


shchenz added inline comments.


================
Comment at: clang/test/CodeGenCXX/debug-info-access.cpp:28
 
+class C {
+public:
----------------
Will we generate a redundant flag if we define a private type in the class or a public type in the struct/union? Maybe we could add a case for that too.


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