[compiler-rt] fe6de0b - [nfc][msan] Clang-format includes
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 17:14:03 PDT 2023
Author: Vitaly Buka
Date: 2023-06-22T17:13:50-07:00
New Revision: fe6de0be2ff4c01b0f1a81ae9b9b9cd2a5c4854a
URL: https://github.com/llvm/llvm-project/commit/fe6de0be2ff4c01b0f1a81ae9b9b9cd2a5c4854a
DIFF: https://github.com/llvm/llvm-project/commit/fe6de0be2ff4c01b0f1a81ae9b9b9cd2a5c4854a.diff
LOG: [nfc][msan] Clang-format includes
Added:
Modified:
compiler-rt/lib/msan/msan_allocator.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/msan/msan_allocator.cpp b/compiler-rt/lib/msan/msan_allocator.cpp
index 69f24e75adcb7..72296da9aa5c7 100644
--- a/compiler-rt/lib/msan/msan_allocator.cpp
+++ b/compiler-rt/lib/msan/msan_allocator.cpp
@@ -11,16 +11,18 @@
// MemorySanitizer allocator.
//===----------------------------------------------------------------------===//
+#include "msan_allocator.h"
+
+#include "msan.h"
+#include "msan_interface_internal.h"
+#include "msan_origin.h"
+#include "msan_poisoning.h"
+#include "msan_thread.h"
#include "sanitizer_common/sanitizer_allocator.h"
#include "sanitizer_common/sanitizer_allocator_checks.h"
#include "sanitizer_common/sanitizer_allocator_interface.h"
#include "sanitizer_common/sanitizer_allocator_report.h"
#include "sanitizer_common/sanitizer_errno.h"
-#include "msan.h"
-#include "msan_allocator.h"
-#include "msan_origin.h"
-#include "msan_thread.h"
-#include "msan_poisoning.h"
namespace __msan {
More information about the llvm-commits
mailing list