[all-commits] [llvm/llvm-project] 07ffce: [dsymutil] Fix conversion between unique_ptr and E...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu May 21 11:42:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07ffcef469cb7f6a97bc0227fb0966264ca902ce
https://github.com/llvm/llvm-project/commit/07ffcef469cb7f6a97bc0227fb0966264ca902ce
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M llvm/tools/dsymutil/Reproducer.cpp
Log Message:
-----------
[dsymutil] Fix conversion between unique_ptr and Expected
Reproducer.cpp:70:12: error: could not convert ‘Repro’ from
‘std::unique_ptr<llvm::dsymutil::ReproducerGenerate,
std::default_delete<llvm::dsymutil::ReproducerGenerate> >’ to
‘llvm::Expected<std::unique_ptr<llvm::dsymutil::Reproducer> >’
More information about the All-commits
mailing list