[all-commits] [llvm/llvm-project] a0e1b1: Modernize Module::RemapFile to return an Optional ...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Tue Jun 29 15:24:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0e1b11fac7a1599faec21d13fae45c8571de02c
https://github.com/llvm/llvm-project/commit/a0e1b11fac7a1599faec21d13fae45c8571de02c
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M lldb/include/lldb/Core/Module.h
M lldb/source/Core/Module.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
Modernize Module::RemapFile to return an Optional (NFC)
This addresses feedback raised in https://reviews.llvm.org/D104404.
Differential Revision: https://reviews.llvm.org/D104724
More information about the All-commits
mailing list