This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1bb6832 [clang-format] Add comment manipulation header new ed67a74 [modules] Do not report missing definitions of demoted conste [...]
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/SemaDecl.cpp | 6 +++++- test/Modules/Inputs/merge-var-template-def/a.h | 8 ++++++++ test/Modules/Inputs/merge-var-template-def/b1.h | 9 +++++++++ test/Modules/Inputs/merge-var-template-def/b2.h | 9 +++++++++ test/Modules/Inputs/merge-var-template-def/module.modulemap | 5 +++++ test/Modules/merge-var-template-def.cpp | 7 +++++++ 6 files changed, 43 insertions(+), 1 deletion(-) 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