[Lldb-commits] [PATCH] D104404: Change PathMappingList::RemapPath to return an optional result (NFC)
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 22 09:21:22 PDT 2021
aprantl added inline comments.
================
Comment at: lldb/source/Core/Module.cpp:1604
bool Module::RemapSourceFile(llvm::StringRef path,
std::string &new_path) const {
----------------
shafik wrote:
> Why not also have this return an `Optional`?
That would be perfectly reasonable. I'll add a review for that patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104404/new/
https://reviews.llvm.org/D104404
More information about the lldb-commits
mailing list