This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8bd12ac MS ABI: Fix assert when generating virtual function call with [...] new b35098f [ubsan] Use the object pointer's type info for devirtualized calls new ddce362 New clang option -mpie-copy-relocations to use copy relocatio [...] new b9fcef2 [ubsan] Re-work check lines to try to appease a bot (NFC)
The 3 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/Driver/Options.td | 4 ++ include/clang/Frontend/CodeGenOptions.def | 3 + lib/CodeGen/BackendUtil.cpp | 2 + lib/CodeGen/CGExprCXX.cpp | 15 +++-- lib/Driver/Tools.cpp | 6 ++ lib/Frontend/CompilerInvocation.cpp | 2 + test/CodeGenCXX/ubsan-devirtualized-calls.cpp | 84 +++++++++++++++++++++++++++ 7 files changed, 110 insertions(+), 6 deletions(-) create mode 100644 test/CodeGenCXX/ubsan-devirtualized-calls.cpp