[compiler-rt] bd6ee51 - [NFC][Asan] Format includes

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 05:30:20 PDT 2020


Author: Vitaly Buka
Date: 2020-09-01T05:30:07-07:00
New Revision: bd6ee511502f89319f8e50ad883cfe0406202ce1

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

LOG: [NFC][Asan] Format includes

Added: 
    

Modified: 
    compiler-rt/lib/asan/asan_allocator.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/asan/asan_allocator.cpp b/compiler-rt/lib/asan/asan_allocator.cpp
index c2f2804769d1..039605d5ca21 100644
--- a/compiler-rt/lib/asan/asan_allocator.cpp
+++ b/compiler-rt/lib/asan/asan_allocator.cpp
@@ -15,20 +15,21 @@
 //===----------------------------------------------------------------------===//
 
 #include "asan_allocator.h"
+
 #include "asan_mapping.h"
 #include "asan_poisoning.h"
 #include "asan_report.h"
 #include "asan_stack.h"
 #include "asan_thread.h"
+#include "lsan/lsan_common.h"
 #include "sanitizer_common/sanitizer_allocator_checks.h"
 #include "sanitizer_common/sanitizer_allocator_interface.h"
 #include "sanitizer_common/sanitizer_errno.h"
 #include "sanitizer_common/sanitizer_flags.h"
 #include "sanitizer_common/sanitizer_internal_defs.h"
 #include "sanitizer_common/sanitizer_list.h"
-#include "sanitizer_common/sanitizer_stackdepot.h"
 #include "sanitizer_common/sanitizer_quarantine.h"
-#include "lsan/lsan_common.h"
+#include "sanitizer_common/sanitizer_stackdepot.h"
 
 namespace __asan {
 


        


More information about the llvm-commits mailing list