repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
check-for-sanitizer-feature
/
check.h
blob
74b4628d1230a2f0d4f1aaf9d92f8f3c778b8629
1
#if __has_feature(address_sanitizer)
2
#define HAS_ASAN 1
3
#else
4
#define HAS_ASAN 0
5
#endif