This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e397992a62 Add compatibility alias for -Wno-#warnings new 10aee78afb [ubsan] Add a check for pointer overflow UB
The 1 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 | 2 + include/clang/Basic/Sanitizers.def | 7 +- lib/CodeGen/CGExpr.cpp | 33 ++++-- lib/CodeGen/CGExprScalar.cpp | 210 ++++++++++++++++++++++++++++------ lib/CodeGen/CodeGenFunction.h | 8 ++ test/CodeGen/ubsan-pointer-overflow.m | 171 +++++++++++++++++++++++++++ test/Driver/fsanitize.c | 18 +-- 7 files changed, 391 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/ubsan-pointer-overflow.m