[Lldb-commits] [PATCH] D73808: [lldb/TypeSystemClang] Supply trivial TypeSourceInfo to NonTypeTemplateParmDecl::Create
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 3 16:13:18 PST 2020
shafik added inline comments.
================
Comment at: lldb/source/Symbol/TypeSystemClang.cpp:1283
+ identifier_info, template_param_type, parameter_pack,
+ ast.getTrivialTypeSourceInfo(template_param_type)));
} else {
----------------
There is another `push_back` with a `nullptr` a little further down. Is that one ok?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73808/new/
https://reviews.llvm.org/D73808
More information about the lldb-commits
mailing list