This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 86f83e0 [CodeCompletion] Show protocol properties that are accessed t [...] new 4a6c659 Reinstate r283887 and r283882.
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 | 27 ++++++++++- lib/AST/Decl.cpp | 53 ++++++++++++++++++++++ lib/Sema/SemaDecl.cpp | 16 +++++++ lib/Sema/SemaTemplate.cpp | 47 +++++++++++++------ lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++++-------- lib/Sema/SemaType.cpp | 4 ++ lib/Serialization/ASTReaderDecl.cpp | 24 ++++++++++ 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, 233 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