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