This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ce7674d7be Fix parameter name comments using clang-tidy. NFC. new 90eb9824a5 Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"
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 | 4 ++-- lib/CodeGen/CGExpr.cpp | 2 +- lib/CodeGen/CodeGenFunction.h | 2 +- lib/Driver/SanitizerArgs.cpp | 3 ++- test/CodeGen/ubsan-function.cpp | 22 ++++++++++++++++++++++ test/Driver/fsanitize.c | 5 ++++- 6 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/ubsan-function.cpp