This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 103c86b Module: Improve diagnostic message when cxx modules are disab [...] new a669043 PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link [...]
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/DiagnosticParseKinds.td | 3 - include/clang/Basic/DiagnosticSemaKinds.td | 11 ++- include/clang/Sema/Sema.h | 9 ++- lib/AST/ASTContext.cpp | 8 +- lib/Parse/ParseDecl.cpp | 69 +++++------------ lib/Parse/ParseExprCXX.cpp | 2 +- lib/Parse/ParseTemplate.cpp | 13 ++-- lib/Parse/Parser.cpp | 1 + lib/Sema/SemaCXXScopeSpec.cpp | 4 +- lib/Sema/SemaDecl.cpp | 18 +++++ lib/Sema/SemaExprCXX.cpp | 14 +++- lib/Sema/SemaTemplate.cpp | 71 ++++++++++++++--- .../basic.lookup.qual/class.qual/p2.cpp | 89 +++++++++++++++++++++- test/CXX/drs/dr13xx.cpp | 53 +++++++++++++ test/CXX/drs/dr1xx.cpp | 6 +- test/Driver/response-file.c | 2 + test/Index/annotate-nested-name-specifier.cpp | 2 +- test/Parser/cxx0x-ambig.cpp | 2 +- test/SemaTemplate/injected-class-name.cpp | 5 +- test/SemaTemplate/instantiate-enum.cpp | 5 +- test/SemaTemplate/instantiate-member-class.cpp | 4 +- test/SemaTemplate/ms-sizeof-missing-typename.cpp | 2 +- www/cxx_dr_status.html | 6 +- 23 files changed, 296 insertions(+), 103 deletions(-)