This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b388a34 [modules] When reading / writing a typedef that is a name for [...] new 9d261c5 Add files forgotten in r293219. new 7adaaaf [modules] Additional tests.
The 2 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: test/Modules/Inputs/anon-redecl/a.h | 2 ++ test/Modules/Inputs/anon-redecl/b.h | 2 ++ test/Modules/Inputs/anon-redecl/c1.h | 2 ++ test/Modules/Inputs/anon-redecl/c2.h | 2 ++ test/Modules/Inputs/anon-redecl/module.modulemap | 6 ++++++ test/Modules/Inputs/hidden-names/hidden.h | 3 +++ test/Modules/Inputs/hidden-names/module.modulemap | 4 ++++ test/Modules/Inputs/hidden-names/visible.h | 2 ++ test/Modules/Inputs/merge-function-defs/a.h | 4 ++++ .../Modules/Inputs/merge-function-defs/b.h | 0 test/Modules/Inputs/merge-function-defs/map | 4 ++++ test/Modules/Inputs/merge-name-for-linkage/c1.h | 1 + test/Modules/Inputs/merge-name-for-linkage/c2.h | 2 ++ test/Modules/anon-redecl.cpp | 15 +++++++++++++++ test/Modules/hidden-names.cpp | 13 +++++++++++++ test/Modules/merge-function-defs.cpp | 11 +++++++++++ 16 files changed, 73 insertions(+) create mode 100644 test/Modules/Inputs/anon-redecl/a.h create mode 100644 test/Modules/Inputs/anon-redecl/b.h create mode 100644 test/Modules/Inputs/anon-redecl/c1.h create mode 100644 test/Modules/Inputs/anon-redecl/c2.h create mode 100644 test/Modules/Inputs/anon-redecl/module.modulemap create mode 100644 test/Modules/Inputs/hidden-names/hidden.h create mode 100644 test/Modules/Inputs/hidden-names/module.modulemap create mode 100644 test/Modules/Inputs/hidden-names/visible.h create mode 100644 test/Modules/Inputs/merge-function-defs/a.h copy bindings/python/tests/__init__.py => test/Modules/Inputs/merge-function-defs/ [...] create mode 100644 test/Modules/Inputs/merge-function-defs/map create mode 100644 test/Modules/Inputs/merge-name-for-linkage/c1.h create mode 100644 test/Modules/Inputs/merge-name-for-linkage/c2.h create mode 100644 test/Modules/anon-redecl.cpp create mode 100644 test/Modules/hidden-names.cpp create mode 100644 test/Modules/merge-function-defs.cpp