This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7b0f692 Diagnose an attempt to give a deduction-guide a function body. new 52f027d Sema: add warning for c++ member variable shadowing
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/Basic/DiagnosticGroups.td | 3 +- include/clang/Basic/DiagnosticSemaKinds.td | 5 + include/clang/Sema/Sema.h | 5 + lib/Sema/SemaDeclCXX.cpp | 55 ++++++++++ test/CXX/class.derived/class.member.lookup/p10.cpp | 114 +++++++++++++++++++++ test/CXX/class.derived/class.member.lookup/p6.cpp | 10 +- test/CXX/class.derived/class.member.lookup/p7.cpp | 10 +- 7 files changed, 190 insertions(+), 12 deletions(-) create mode 100644 test/CXX/class.derived/class.member.lookup/p10.cpp