PR14306: Move -fbounds-checking to -fsanitize=bounds.
authorJoey Gouly <joey.gouly@arm.com>
Fri, 23 Nov 2012 10:39:49 +0000 (10:39 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Fri, 23 Nov 2012 10:39:49 +0000 (10:39 +0000)
commitebc59d5eb4087f93244190920150a64670abe5e1
treef030367c4d696489c3f7f8735ad8f337df039479
parentaac36b345a27b0f939fe3d7c242defa53ccd16c0
PR14306: Move -fbounds-checking to -fsanitize=bounds.

llvm-svn: 168510
clang/include/clang/Basic/Sanitizers.def
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/SanitizerArgs.h
clang/lib/Driver/Tools.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/bounds-checking.c
clang/test/Driver/bounds-checking.c
clang/test/Driver/darwin-sanitizer-ld.c
clang/test/Driver/fsanitize.c
clang/test/Driver/ubsan-ld.c