[Lldb-commits] [PATCH] D156774: [lldb][DWARFASTParserClang] Resolve nested types when parsing structures
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 12 13:18:22 PDT 2023
Michael137 added a comment.
In D156774#4644503 <https://reviews.llvm.org/D156774#4644503>, @Endill wrote:
> Ping @Michael137
Sorry for the delay, just came back from vacation
The change itself LGTM. Can we add a test though? We do have DWARFASTParserClang unittests: https://github.com/llvm/llvm-project/blob/main/lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
If the yaml input file becomes tedious to write you could also just an API test. E.g., under https://github.com/llvm/llvm-project/tree/main/lldb/test/API/lang/cpp
Let me know if you need some pointers in writing the tests
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