[PATCH] D25453: Add -fno-sanitize-address-use-after-scope flag
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 14:39:20 PDT 2016
vitalybuka marked an inline comment as done.
vitalybuka added inline comments.
================
Comment at: test/Driver/fsanitize.c:124
+// RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ASAN-WITHOUT-USE-AFTER-SCOPE
+// CHECK-ASAN-WITHOUT-USE-AFTER-SCOPE-NOT: -cc1{{.*}}address-use-after-scope
----------------
eugenis wrote:
> Check the case
> -fno-sanitize-address-use-after-scope -fsanitize-address-use-after-scope
It's already on the line 117
https://reviews.llvm.org/D25453
More information about the cfe-commits
mailing list