[PATCH] D143347: [lldb][DWARF] Infer no_unique_address attribute

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 14:38:22 PST 2023


clayborg added a comment.

Changes look fine to me. I would like someone that specializes in the expression parser to give the final ok though.



================
Comment at: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:551
                                         const LayoutInfo &layout) {
+
   m_record_decl_to_layout_map.insert(std::make_pair(decl, layout));
----------------
revert whitespace only changes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143347



More information about the llvm-commits mailing list