This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3c62be7 Disable swiftcall test on windows: More brutal way to appease [...] new 7fd2996 Reinstate r281429, reverted in r281452, with a fix for its mi [...]
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: include/clang/AST/ASTContext.h | 15 +++++- lib/AST/ASTContext.cpp | 62 ++++++++++++++++++++-- lib/Serialization/ASTReader.cpp | 19 ++----- .../Inputs/merge-template-pattern-visibility/a.h | 5 ++ .../Inputs/merge-template-pattern-visibility/b.h | 3 ++ .../Inputs/merge-template-pattern-visibility/c.h | 3 ++ .../Inputs/merge-template-pattern-visibility/d.h | 4 +- test/Modules/Inputs/merge-var-template-def/a.h | 6 +++ test/Modules/Inputs/merge-var-template-def/b1.h | 7 +++ test/Modules/Inputs/merge-var-template-def/b2.h | 6 +++ .../Inputs/merge-var-template-def/module.modulemap | 5 ++ test/Modules/merge-template-pattern-visibility.cpp | 8 +++ test/Modules/merge-var-template-def.cpp | 7 +++ 13 files changed, 127 insertions(+), 23 deletions(-) create mode 100644 test/Modules/Inputs/merge-var-template-def/a.h create mode 100644 test/Modules/Inputs/merge-var-template-def/b1.h create mode 100644 test/Modules/Inputs/merge-var-template-def/b2.h create mode 100644 test/Modules/Inputs/merge-var-template-def/module.modulemap create mode 100644 test/Modules/merge-var-template-def.cpp