[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 11:17:06 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:
and I would say sorting things where semantics don't change alphabetically (or rather by "ASCII") does more good than harm...
https://github.com/llvm/llvm-project/pull/80461
More information about the llvm-commits
mailing list