[compiler-rt] e1e5f35 - [NFC][lsan] clang-format includes

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 20:53:13 PST 2023


Author: Vitaly Buka
Date: 2023-12-12T20:53:08-08:00
New Revision: e1e5f3540950f8fc645093410b0de9cad126deb2

URL: https://github.com/llvm/llvm-project/commit/e1e5f3540950f8fc645093410b0de9cad126deb2
DIFF: https://github.com/llvm/llvm-project/commit/e1e5f3540950f8fc645093410b0de9cad126deb2.diff

LOG: [NFC][lsan] clang-format includes

Added: 
    

Modified: 
    compiler-rt/lib/lsan/lsan_posix.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/lsan/lsan_posix.cpp b/compiler-rt/lib/lsan/lsan_posix.cpp
index d99e1cc0105ef7..732b8af2096701 100644
--- a/compiler-rt/lib/lsan/lsan_posix.cpp
+++ b/compiler-rt/lib/lsan/lsan_posix.cpp
@@ -14,11 +14,11 @@
 #include "sanitizer_common/sanitizer_platform.h"
 
 #if SANITIZER_POSIX
-#include "lsan.h"
-#include "lsan_allocator.h"
-#include "lsan_thread.h"
-#include "sanitizer_common/sanitizer_stacktrace.h"
-#include "sanitizer_common/sanitizer_tls_get_addr.h"
+#  include "lsan.h"
+#  include "lsan_allocator.h"
+#  include "lsan_thread.h"
+#  include "sanitizer_common/sanitizer_stacktrace.h"
+#  include "sanitizer_common/sanitizer_tls_get_addr.h"
 
 namespace __lsan {
 


        


More information about the llvm-commits mailing list