[lld] [DRAFT][clang-format][lld] Run clang-format on lld (PR #80461)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 11:55:36 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;
----------------
pogo59 wrote:
Looking at the doc, it appears LLVM style has been set to LexicographicNumeric, and I agree Lexicographic would be better.
https://github.com/llvm/llvm-project/pull/80461
More information about the llvm-commits
mailing list