This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7cfda22 Diagnostics reference: "error:" should be red, not orange. new ba637c4 [modules] When we merge two definitions of a function, mark t [...] new 97edc59 Add a couple of test files missed in r281258.
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: include/clang/Serialization/ASTReader.h | 4 +++ lib/Serialization/ASTReader.cpp | 30 +++++++++++++++++++++- lib/Serialization/ASTReaderDecl.cpp | 25 ++---------------- .../Inputs/merge-template-pattern-visibility/b.h | 9 +++++++ .../Inputs/merge-template-pattern-visibility/c.h | 9 +++++++ .../Inputs/merge-template-pattern-visibility/d.h | 1 + .../module.modulemap | 4 +++ test/Modules/merge-template-pattern-visibility.cpp | 14 ++++++++++ 8 files changed, 72 insertions(+), 24 deletions(-) create mode 100644 test/Modules/Inputs/merge-template-pattern-visibility/c.h create mode 100644 test/Modules/Inputs/merge-template-pattern-visibility/d.h