This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 87d6d42 Revert "[Driver][Diagnostics] Make 'show option names' defaul [...] new 079f316 [modules] PR28752: Do not instantiate variable declarations w [...]
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/Decl.h | 26 ++++++++++- lib/AST/Decl.cpp | 53 ++++++++++++++++++++++ lib/Sema/SemaDecl.cpp | 15 ++++++ lib/Sema/SemaTemplate.cpp | 47 +++++++++++++------ lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++++-------- lib/Sema/SemaType.cpp | 4 ++ lib/Serialization/ASTReaderDecl.cpp | 29 ++++++++++++ lib/Serialization/ASTWriterDecl.cpp | 4 ++ test/Modules/Inputs/PR28752/Subdir1/b.h | 1 + .../Modules/Inputs/PR28752/Subdir1/c.h | 0 .../Inputs/PR28752/Subdir1/module.modulemap | 5 ++ test/Modules/Inputs/PR28752/a.h | 1 + .../Inputs/{cxx-dtor => PR28752}/module.modulemap | 1 - test/Modules/Inputs/PR28752/vector | 28 ++++++++++++ test/Modules/pr28752.cpp | 19 ++++++++ 15 files changed, 236 insertions(+), 37 deletions(-) create mode 100644 test/Modules/Inputs/PR28752/Subdir1/b.h copy bindings/python/tests/__init__.py => test/Modules/Inputs/PR28752/Subdir1/c.h (100%) create mode 100644 test/Modules/Inputs/PR28752/Subdir1/module.modulemap create mode 100644 test/Modules/Inputs/PR28752/a.h copy test/Modules/Inputs/{cxx-dtor => PR28752}/module.modulemap (50%) create mode 100644 test/Modules/Inputs/PR28752/vector create mode 100644 test/Modules/pr28752.cpp