[all-commits] [llvm/llvm-project] b2924d: [llvm] Replace SmallStr.str().str() with std::stri...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 29 21:21:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b2924d9956fd9a8ebe09145ff102b12d34c5edf2
https://github.com/llvm/llvm-project/commit/b2924d9956fd9a8ebe09145ff102b12d34c5edf2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/LTO/LTOBackend.cpp
M llvm/lib/ProfileData/GCOV.cpp
M llvm/lib/Support/YAMLParser.cpp
M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
M llvm/tools/dsymutil/SymbolMap.cpp
M llvm/tools/sancov/sancov.cpp
M llvm/unittests/ADT/APIntTest.cpp
M llvm/unittests/Support/FileUtilitiesTest.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
[llvm] Replace SmallStr.str().str() with std::string conversion operator.
Use the std::string conversion operator introduced in
d7049213d0fcda691c9e79f9b41e357198d99738.
More information about the All-commits
mailing list