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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Driver
/
darwin-asan-nofortify.c
blob
58b5be9fcbb765bdb1aebd05988b09562823cc8c
1
// Make sure AddressSanitizer disables _FORTIFY_SOURCE on Darwin.
2
3
// RUN: %clang -fsanitize=address %s -E -dM -target x86_64-darwin | FileCheck %s
4
5
// CHECK: #define _FORTIFY_SOURCE 0