We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5857329 commit 91519afCopy full SHA for 91519af
sanitizers/sanitizers.cpp
@@ -34,16 +34,6 @@ extern "C" {
34
}
35
36
37
- // NOLINTNEXTLINE(bugprone-reserved-identifier)
38
- const char* __asan_default_options() {
39
- return "detect_leaks=1";
40
- }
41
-
42
43
- const char* __ubsan_default_options() {
44
- return "print_stacktrace=1";
45
46
47
// NOLINTNEXTLINE(bugprone-reserved-identifier)
48
void __sanitizer_on_print(const char* str) {
49
std::lock_guard<std::mutex> lock(sanitizerMutex);
0 commit comments