[Lldb-commits] [PATCH] D49909: Unit test for Symtab::InitNameIndexes
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 27 03:55:40 PDT 2018
sgraenitz created this revision.
sgraenitz added reviewers: labath, jingham, JDevlieghere.
In order to exploit the potential of LLVM's new ItaniumPartialDemangler for indexing in LLDB, we expect conceptual changes in the implementation of the InitNameIndexes function. Here is a unit test that aims at covering all relevant code paths in that function.
https://reviews.llvm.org/D49909
Files:
unittests/Core/CMakeLists.txt
unittests/Core/Inputs/mangled-function-names.yaml
unittests/Core/MangledTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49909.157661.patch
Type: text/x-patch
Size: 11902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180727/b41c1f7c/attachment.bin>
More information about the lldb-commits
mailing list