llvm-project/compiler-rt/lib
Julian Lettner 8b0bd54d0e [sanitizer][Darwin] Suppress -Wno-non-virtual-dtor warning
Suppress the warning:
```
'fake_shared_weak_count' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
```

The warning has been recently enabled [1], but the associated cleanup
missed this instance in Darwin code [2].

[1] 9c31e12609
[2] d48f2d7c02

Differential Revision: https://reviews.llvm.org/D94139
2021-01-05 17:09:18 -08:00
..
BlocksRuntime
asan Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl"" 2021-01-05 16:18:43 -08:00
builtins [PATCH] [compiler-rt] [builtins] Fix name of __aarch64_have_lse_atomics on Darwin 2020-12-16 14:42:03 +01:00
cfi [sanitizers] Remove unneeded MaybeCall*DefaultOptions() and nullptr checks 2020-09-08 10:12:05 -07:00
crt [RISCV][crt] support building without init_array 2020-12-01 17:17:50 +03:00
dfsan [DFSan] Add custom wrapper for recvmmsg. 2020-12-11 06:24:56 -08:00
fuzzer [compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::array 2020-12-30 10:25:26 -08:00
gwp_asan [GWP-ASan] IWYU & clang-format 2020-12-10 12:42:01 -08:00
hwasan [hwasan] Implement error report callback. 2020-11-20 16:48:19 -08:00
interception Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl"" 2021-01-05 16:18:43 -08:00
lsan [lsan] Ignore inderect leaks referenced by suppressed blocks 2020-12-30 19:11:39 -08:00
memprof [asan][memprof] Declare _DYNAMIC and fix -Wparentheses 2020-12-27 20:28:59 -08:00
msan Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl"" 2021-01-05 16:18:43 -08:00
profile [compiler-rt] [profile] Silence a warning about an unused function on mingw targets 2020-11-21 22:14:35 +02:00
safestack compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cpp 2019-08-01 13:56:52 +00:00
sanitizer_common Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl"" 2021-01-05 16:18:43 -08:00
scudo scudo: Fix compilation for non-Linux aarch64 2021-01-05 13:21:52 -08:00
stats compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
tsan [sanitizer][Darwin] Suppress -Wno-non-virtual-dtor warning 2021-01-05 17:09:18 -08:00
ubsan [compiler-rt] [ubsan] Use the itanium type info lookup for mingw targets 2020-11-03 09:59:08 +02:00
ubsan_minimal [compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 in glibc 2020-10-12 09:57:12 -07:00
xray [XRay] Remove unnecessary <x86intrin.h> include 2020-12-14 12:36:35 +02:00
CMakeLists.txt [MemProf] Decouple memprof build from COMPILER_RT_BUILD_SANITIZERS 2020-10-26 13:52:50 -07:00