[all-commits] [llvm/llvm-project] aff35b: [lldb][NFCI] Replace some static ConstStrings with...
Alex via All-commits
all-commits at lists.llvm.org
Fri Jun 9 15:42:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aff35b2f1ef5de1ec5c40e5dca3b88c556e03554
https://github.com/llvm/llvm-project/commit/aff35b2f1ef5de1ec5c40e5dca3b88c556e03554
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M lldb/source/Core/Disassembler.cpp
Log Message:
-----------
[lldb][NFCI] Replace some static ConstStrings with StringLiterals in Disassembler
These should have been replaced in e53e1de57ecc but I missed them
because ConstStrings can be implicitly converted to llvm::StringRefs.
More information about the All-commits
mailing list