This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 10aee78afb [ubsan] Add a check for pointer overflow UB new d2f497236f [Modules] Handle sanitizer feature mismatches when importing [...]
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: include/clang/Basic/Sanitizers.h | 10 +++- lib/Basic/LangOptions.cpp | 4 +- lib/Frontend/CompilerInvocation.cpp | 7 +++ lib/Serialization/ASTReader.cpp | 27 +++++++++ .../Inputs/check-for-sanitizer-feature/check.h | 5 ++ .../Modules/Inputs/check-for-sanitizer-feature/map | 3 + test/Modules/check-for-sanitizer-feature.cpp | 66 ++++++++++++++++++++++ 7 files changed, 117 insertions(+), 5 deletions(-) create mode 100644 test/Modules/Inputs/check-for-sanitizer-feature/check.h create mode 100644 test/Modules/Inputs/check-for-sanitizer-feature/map create mode 100644 test/Modules/check-for-sanitizer-feature.cpp