[Lldb-commits] [PATCH] D156774: [lldb] Parse enums while parsing a type

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 1 01:35:58 PDT 2023


Michael137 added a comment.

Thanks for addressing this.

Can you add a test? Possibly in `lldb/test/API/lang/cpp/enum_types/`. Or `lldb/test/API/lang/cpp/const_static_integral_member/`



================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:3040
 
+    case DW_TAG_enumeration_type:
+    {
----------------
At first glance this seems OK but I'll want to check why the type doesn't get resolved when `clang::Sema` asks LLDB for it by name


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156774



More information about the lldb-commits mailing list