This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 90458949c1 Attempt to fix 'logical operation on address of string constant' new 38ae8879fa Diagnose parameter names that shadow the names of inherited [...]
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/DiagnosticSemaKinds.td | 19 +++++----- include/clang/Sema/Sema.h | 3 +- lib/Sema/SemaDecl.cpp | 7 ++++ lib/Sema/SemaDeclCXX.cpp | 29 +++++++-------- test/SemaCXX/warn-shadow.cpp | 58 ++++++++++++++++++++++-------- 5 files changed, 76 insertions(+), 40 deletions(-)