[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:26:25 PST 2024


================
@@ -9,8 +9,8 @@
 #ifndef LLD_ELF_THUNKS_H
 #define LLD_ELF_THUNKS_H
 
-#include "llvm/ADT/SmallVector.h"
 #include "Relocations.h"
+#include "llvm/ADT/SmallVector.h"
----------------
MatzeB wrote:

just to bring attention to include-sorting! This can technically change semantics for poorly written include files, but I personally like the setting (and also the incentive to not have poorly written include files)...

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


More information about the llvm-commits mailing list