File tree Expand file tree Collapse file tree 6 files changed +15
-16
lines changed Expand file tree Collapse file tree 6 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 8
8
//
9
9
// ===----------------------------------------------------------------------===//
10
10
11
- #include < rtsan/rtsan.h>
12
- #include < rtsan/rtsan_assertions.h>
13
- #include < rtsan/rtsan_diagnostics.h>
14
- #include < rtsan/rtsan_flags.h>
15
- #include < rtsan/rtsan_interceptors.h>
11
+ #include " rtsan/rtsan.h"
12
+ #include " rtsan/rtsan_assertions.h"
13
+ #include " rtsan/rtsan_diagnostics.h"
14
+ #include " rtsan/rtsan_flags.h"
15
+ #include " rtsan/rtsan_interceptors.h"
16
16
17
17
#include " sanitizer_common/sanitizer_atomic.h"
18
18
#include " sanitizer_common/sanitizer_common.h"
Original file line number Diff line number Diff line change 8
8
//
9
9
// ===----------------------------------------------------------------------===//
10
10
11
- #include < rtsan/rtsan.h >
12
- #include < rtsan/rtsan_context.h >
11
+ #include " rtsan/rtsan_context.h "
12
+ #include " rtsan/rtsan.h "
13
13
14
- #include < sanitizer_common/sanitizer_allocator_internal.h>
14
+ #include " sanitizer_common/sanitizer_allocator_internal.h"
15
15
16
16
#include < new>
17
17
#include < pthread.h>
Original file line number Diff line number Diff line change 10
10
11
11
#pragma once
12
12
13
- #include < sanitizer_common/sanitizer_internal_defs.h>
14
-
15
13
namespace __rtsan {
16
14
17
15
class Context {
Original file line number Diff line number Diff line change 8
8
//
9
9
// ===----------------------------------------------------------------------===//
10
10
11
+ #include " rtsan/rtsan.h"
11
12
#include " sanitizer_common/sanitizer_internal_defs.h"
12
- #include < rtsan/rtsan.h>
13
13
14
14
#if SANITIZER_CAN_USE_PREINIT_ARRAY
15
15
Original file line number Diff line number Diff line change 15
15
#include " gtest/gtest.h"
16
16
17
17
#include " rtsan_test_utilities.h"
18
- #include < rtsan.h>
19
- #include < sanitizer_common/sanitizer_platform.h>
20
- #include < sanitizer_common/sanitizer_platform_interceptors.h>
18
+
19
+ #include " rtsan/rtsan.h"
20
+ #include " sanitizer_common/sanitizer_platform.h"
21
+ #include " sanitizer_common/sanitizer_platform_interceptors.h"
21
22
22
23
#include < array>
23
24
#include < atomic>
Original file line number Diff line number Diff line change 10
10
11
11
#include " gtest/gtest.h"
12
12
13
- #include < sanitizer_common/sanitizer_platform.h>
14
- #include < sanitizer_common/sanitizer_platform_interceptors.h>
13
+ #include " sanitizer_common/sanitizer_platform.h"
14
+ #include " sanitizer_common/sanitizer_platform_interceptors.h"
15
15
16
16
#include " rtsan_test_utilities.h"
17
17
You can’t perform that action at this time.
0 commit comments