[PATCH] D157479: [Clang][DebugInfo] Emit narrower base types for structured binding declarations that bind to struct bitfields

Victor Campos via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 11 05:53:49 PDT 2023


vhscampos marked 3 inline comments as done.
vhscampos added inline comments.


================
Comment at: clang/test/CodeGenCXX/debug-info-structured-binding-bitfield.cpp:6
+  unsigned int y : 16;
+};
+
----------------
tmatheson wrote:
> This would be easier to check if the structs had meaningful names, e.g. S_16_16
I left naming as it was, but now used your suggested code structure and also used update_cc_test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157479



More information about the cfe-commits mailing list