]> granicus.if.org Git - clang/commit
[ubsan] Add flag to enable recovery from checks when possible.
authorWill Dietz <wdietz2@illinois.edu>
Sun, 2 Dec 2012 19:50:33 +0000 (19:50 +0000)
committerWill Dietz <wdietz2@illinois.edu>
Sun, 2 Dec 2012 19:50:33 +0000 (19:50 +0000)
commitad95481b2769ad61f23afc5e2c31f11c66090657
tree1c675b6060d5bc957297d24fe7b23763cfc227ec
parentc2b914fb6fed213a7e7d9847e543f1e7f94d852d
[ubsan] Add flag to enable recovery from checks when possible.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169114 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/catch-undef-behavior.c
test/CodeGen/sanitize-recover.c [new file with mode: 0644]
test/CodeGenCXX/catch-undef-behavior.cpp