[all-commits] [llvm/llvm-project] f4ffca: Remove redundant string initialization (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 1 12:34:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4ffcab1787ad19ad9c2596688306de8a45f904a
https://github.com/llvm/llvm-project/commit/f4ffcab1787ad19ad9c2596688306de8a45f904a
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Tooling/ReplacementsYaml.h
M clang/lib/Driver/Driver.cpp
M clang/utils/TableGen/NeonEmitter.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
Log Message:
-----------
Remove redundant string initialization (NFC)
Identified by readability-redundant-string-init.
More information about the All-commits
mailing list