This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d4fdc25fce [OPENMP] General improvement of code, NFC. new e678b6c350 [CodeGen] Fix vtable not receiving hidden visibility when us [...]
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: lib/CodeGen/CGDecl.cpp | 2 +- lib/CodeGen/CGVTT.cpp | 2 +- lib/CodeGen/CGVTables.cpp | 4 ++-- lib/CodeGen/CodeGenModule.cpp | 26 ++++++++++++------------ lib/CodeGen/CodeGenModule.h | 3 ++- lib/CodeGen/ItaniumCXXABI.cpp | 3 ++- test/CodeGen/push-hidden-visibility-subclass.cpp | 21 +++++++++++++++++++ 7 files changed, 42 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/push-hidden-visibility-subclass.cpp