[all-commits] [llvm/llvm-project] 4cf7c6: Change PathMappingList::RemapPath to return an opt...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri Jun 25 14:15:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cf7c6c6a44dba6d7f3c13059f966412df89fe75
https://github.com/llvm/llvm-project/commit/4cf7c6c6a44dba6d7f3c13059f966412df89fe75
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M lldb/include/lldb/Target/PathMappingList.h
M lldb/source/Core/Module.cpp
M lldb/source/Target/PathMappingList.cpp
Log Message:
-----------
Change PathMappingList::RemapPath to return an optional result (NFC)
This is an NFC modernization refactoring that replaces the combination
of a bool return + reference argument, with an Optional return value.
Differential Revision: https://reviews.llvm.org/D104404
More information about the All-commits
mailing list