This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9100cdf Add tests for a couple more DRs. new 35f3b49 Improve error message when referencing a non-tag type with a tag
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 | 11 ++++++++--- include/clang/Sema/Sema.h | 7 +++++-- lib/Sema/SemaDecl.cpp | 22 +++++++++++++++++----- lib/Sema/SemaTemplate.cpp | 7 ++++--- lib/Sema/TreeTransform.h | 8 +++++--- .../basic/basic.lookup/basic.lookup.elab/p2.cpp | 4 ++-- .../dcl.spec/dcl.type/dcl.type.elab/p2-0x.cpp | 6 +++--- test/CXX/drs/dr2xx.cpp | 6 +++--- test/CXX/drs/dr4xx.cpp | 2 +- test/CXX/temp/temp.decls/temp.friend/p1.cpp | 2 +- test/CXX/temp/temp.spec/no-body.cpp | 2 +- test/SemaCXX/PR8755.cpp | 2 +- test/SemaCXX/using-decl-templates.cpp | 2 +- test/SemaTemplate/template-id-expr.cpp | 2 +- 14 files changed, 53 insertions(+), 30 deletions(-)