[Lldb-commits] [PATCH] D59537: Instantiate 'std' templates explicitly in the expression evaluator
Balázs Kéri via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 22 04:59:41 PDT 2019
balazske added inline comments.
================
Comment at: lldb/source/Symbol/StdModuleHandler.cpp:245
+ new_class_template->AddSpecialization(found_decl, InsertPos);
+ new_class_template->dumpColor();
+ if (new_class_template->isOutOfLine())
----------------
This dump is not needed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59537/new/
https://reviews.llvm.org/D59537
More information about the lldb-commits
mailing list