[all-commits] [llvm/llvm-project] d22f05: Remove redundant .c_str() and .get() calls
Rose via All-commits
all-commits at lists.llvm.org
Sat Dec 17 16:34:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d22f050e15cb8c941d488d9674329db320ef1783
https://github.com/llvm/llvm-project/commit/d22f050e15cb8c941d488d9674329db320ef1783
Author: Gregory Alfonso <gfunni234 at gmail.com>
Date: 2022-12-18 (Sun, 18 Dec 2022)
Changed paths:
M clang-tools-extra/modularize/ModuleAssistant.cpp
M clang/lib/Driver/OffloadBundler.cpp
M clang/lib/Driver/ToolChain.cpp
M lld/ELF/Writer.cpp
M llvm/include/llvm/Analysis/RegionInfoImpl.h
M llvm/include/llvm/MC/MCContext.h
M llvm/include/llvm/ProfileData/InstrProfReader.h
M llvm/include/llvm/Support/YAMLParser.h
M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
M llvm/lib/DebugInfo/LogicalView/Core/LVElement.cpp
M llvm/lib/DebugInfo/LogicalView/Core/LVScope.cpp
M llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp
M llvm/lib/ObjCopy/MachO/MachOObjcopy.cpp
M llvm/lib/Target/BPF/BTFDebug.cpp
M llvm/tools/dsymutil/BinaryHolder.cpp
M llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
M llvm/tools/llvm-cov/CodeCoverage.cpp
M llvm/tools/obj2yaml/elf2yaml.cpp
M llvm/tools/obj2yaml/macho2yaml.cpp
Log Message:
-----------
Remove redundant .c_str() and .get() calls
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D139485
More information about the All-commits
mailing list