[lld] [DRAFT][clang-format][lld] Run clang-format on lld (PR #80461)
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 16:50:29 PST 2024
================
@@ -24,9 +24,9 @@
namespace lld::coff {
+using llvm::StringRef;
using llvm::COFF::IMAGE_FILE_MACHINE_UNKNOWN;
using llvm::COFF::WindowsSubsystem;
-using llvm::StringRef;
----------------
MatzeB wrote:
Didn't mean to propose a change to "ASCII" here, mainly to illustrate what happened. It's probably best to avoid option changes mostly.
https://github.com/llvm/llvm-project/pull/80461
More information about the llvm-commits
mailing list