Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
check-for-sanitizer-feature
/
check.h
blob: 74b4628d1230a2f0d4f1aaf9d92f8f3c778b8629 [
file
] [
log
] [
blame
]
#if __has_feature(address_sanitizer)
#define
HAS_ASAN
1
#else
#define
HAS_ASAN
0
#endif