]> granicus.if.org Git - clang/commit
Add -fno-sanitize-address-use-after-scope flag
authorVitaly Buka <vitalybuka@google.com>
Mon, 10 Oct 2016 21:31:50 +0000 (21:31 +0000)
committerVitaly Buka <vitalybuka@google.com>
Mon, 10 Oct 2016 21:31:50 +0000 (21:31 +0000)
commit53aae7cc7e7397bf54c81ef693bc878a2e8ab7f2
treefcc1cfc8a28e7ef0bb109d9a0f5e4bb9e0f575fe
parente5f62e81c2245a5ad26be6efa5b4e5855064c1ee
Add -fno-sanitize-address-use-after-scope flag

Reviewers: eugenis

Differential Revision: https://reviews.llvm.org/D25453

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283801 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/SanitizerArgs.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/fsanitize.c