This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fcfa2dd517 Add python tool to dump and construct header maps new 39990b1e95 Related to PR37768: improve diagnostics for class name 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/Sema/Sema.h | 3 +++ lib/Parse/ParseDecl.cpp | 14 +++++----- lib/Parse/ParseExprCXX.cpp | 16 +++++------ lib/Sema/SemaDeclCXX.cpp | 58 +++++++++++++++++++++++++++++----------- lib/Sema/SemaExprCXX.cpp | 33 +++++++++++++++++++++++ test/CXX/class/class.mem/p13.cpp | 47 ++++++++++++++++++++++++++++++++ test/CXX/class/class.mem/p14.cpp | 5 ++-- test/CXX/drs/dr0xx.cpp | 5 ++-- 8 files changed, 143 insertions(+), 38 deletions(-)