[Lldb-commits] [PATCH] D47991: Improve SBThread's stepping API using SBError parameter.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 11 17:51:29 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
Ah I see. That's because the last argument is a C++ default argument. It looks like the convention in this file is that the error argument should be the last non-defaulted argument.
https://reviews.llvm.org/D47991
More information about the lldb-commits
mailing list