This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e5aa4b4257 [CUDA] Make __host__/__device__ min/max overloads constexpr [...] new 6b9a1ecb46 Add protocol redefinition to the current scope/context
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/Sema/SemaDeclObjC.cpp | 5 +++++ .../Inputs/protocol-redefinition/Base.framework/Headers/Base.h | 3 +++ .../protocol-redefinition/Base.framework/Modules/module.modulemap | 4 ++++ .../Inputs/protocol-redefinition/Kit.framework/Headers/Kit.h | 6 ++++++ .../protocol-redefinition/Kit.framework/Modules/module.modulemap | 4 ++++ test/Modules/{header-import.m => protocol-redefinition.m} | 8 +++----- 6 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 test/Modules/Inputs/protocol-redefinition/Base.framework/Header [...] create mode 100644 test/Modules/Inputs/protocol-redefinition/Base.framework/Module [...] create mode 100644 test/Modules/Inputs/protocol-redefinition/Kit.framework/Headers/Kit.h create mode 100644 test/Modules/Inputs/protocol-redefinition/Kit.framework/Modules [...] copy test/Modules/{header-import.m => protocol-redefinition.m} (51%)