[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:15:14 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:

This appears to be: https://clang.llvm.org/docs/ClangFormatStyleOptions.html#sortusingdeclarations

https://github.com/llvm/llvm-project/pull/80461


More information about the llvm-commits mailing list