[all-commits] [llvm/llvm-project] ce07cd: [lldb/Host] Fix implicit StringRef to std::string ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 29 10:36:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ce07cdea336619c308c3130e936944c67774549d
https://github.com/llvm/llvm-project/commit/ce07cdea336619c308c3130e936944c67774549d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M lldb/source/Host/windows/Host.cpp
Log Message:
-----------
[lldb/Host] Fix implicit StringRef to std::string conversion
lldb\source\Host\windows\Host.cpp(228): error C2440: 'initializing':
cannot convert from 'llvm::StringRef' to
'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
More information about the All-commits
mailing list