This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8c94133f92 Adopt to LLVM API change (llvm.dbg.value no longer has an offset) new 081dca929f [ubsan] Diagnose invalid uses of builtins (clang) new 7617352ce7 [test] FileCheck-ify a test to avoid a spurious failure, NFC
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/UndefinedBehaviorSanitizer.rst | 1 + include/clang/Basic/Sanitizers.def | 12 +++++----- lib/CodeGen/CGBuiltin.cpp | 24 ++++++++++++++++++-- lib/CodeGen/CodeGenFunction.h | 12 ++++++++++ test/CodeGen/2004-02-20-Builtins.c | 5 ++++- test/CodeGen/ubsan-builtin-checks.c | 44 +++++++++++++++++++++++++++++++++++++ test/Driver/fsanitize.c | 18 +++++++-------- 7 files changed, 99 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/ubsan-builtin-checks.c