-fcatch-undefined-behavior: emit calls to the runtime library whenever one of the...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Oct 2012 19:52:38 +0000 (19:52 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Oct 2012 19:52:38 +0000 (19:52 +0000)
commite30752c93bf3c049d0d4ed657f762789d11ef27b
tree676924c72bbbe1a114a58a0d6565c96daa2d20f6
parentbe5613c0a7ca9d0a0916dcdbefd3719f33723abc
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails.

llvm-svn: 165536
13 files changed:
clang/include/clang/Basic/Diagnostic.h
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGExprAgg.cpp
clang/lib/CodeGen/CGExprCXX.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/Driver/Tools.cpp
clang/test/CodeGen/catch-undef-behavior.c
clang/test/CodeGen/trapv.c
clang/test/CodeGenCXX/catch-undef-behavior.cpp