[Lldb-commits] [PATCH] D51162: [PDB] Restore AST from PDB symbols
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 11 00:24:33 PDT 2018
aleksandr.urakov added a comment.
In https://reviews.llvm.org/D51162#1229616, @ted wrote:
> The "auto from = 0" should be "size_t from = 0", since auto can't determine the correct type.
Yes, I've missed that because MSVC doesn't emit such a warning. Thanks for catching that!
Repository:
rL LLVM
https://reviews.llvm.org/D51162
More information about the lldb-commits
mailing list