This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7c599a5 [CMake] Remove CLANG_APPEND_VC_REV option new 3400678 CodeGen: Update Clang to use the new type metadata.
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/ControlFlowIntegrityDesign.rst | 18 +- lib/CodeGen/CGClass.cpp | 38 ++-- lib/CodeGen/CGExpr.cpp | 17 +- lib/CodeGen/CGVTables.cpp | 13 +- lib/CodeGen/CodeGenFunction.h | 10 +- lib/CodeGen/CodeGenModule.cpp | 70 ++----- lib/CodeGen/CodeGenModule.h | 26 ++- lib/CodeGen/ItaniumCXXABI.cpp | 4 +- lib/CodeGen/MicrosoftCXXABI.cpp | 29 ++- test/CodeGen/cfi-check-fail.c | 2 +- test/CodeGen/cfi-check-fail2.c | 2 +- test/CodeGen/cfi-icall-cross-dso.c | 64 +++--- test/CodeGen/cfi-icall.c | 18 +- test/CodeGenCXX/bitsets.cpp | 211 ------------------- test/CodeGenCXX/cfi-blacklist.cpp | 8 +- test/CodeGenCXX/cfi-cast.cpp | 28 +-- test/CodeGenCXX/cfi-cross-dso.cpp | 4 +- test/CodeGenCXX/cfi-icall.cpp | 9 +- test/CodeGenCXX/cfi-ms-rtti.cpp | 4 +- test/CodeGenCXX/cfi-nvcall.cpp | 8 +- ...-inference.cpp => lto-visibility-inference.cpp} | 50 ++--- test/CodeGenCXX/type-metadata.cpp | 226 +++++++++++++++++++++ 22 files changed, 420 insertions(+), 439 deletions(-) delete mode 100644 test/CodeGenCXX/bitsets.cpp rename test/CodeGenCXX/{bitset-inference.cpp => lto-visibility-inference.cpp} (57%) create mode 100644 test/CodeGenCXX/type-metadata.cpp