[Lldb-commits] [PATCH] D49990: Use rich mangling information in Symtab::InitNameIndexes()

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 30 09:23:39 PDT 2018


zturner added inline comments.


================
Comment at: include/lldb/Symbol/Symtab.h:58
+  /// dependency. Keep a void* here instead and cast it on-demand on the cpp.
+  void *m_legacy_parser = nullptr;
+
----------------
sgraenitz wrote:
> This is the hackiest point I guess.
We have `llvm::Any`.  Perhaps you want to use that here instead of `void*`?


https://reviews.llvm.org/D49990





More information about the lldb-commits mailing list