This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 021fcf9 [clang] Fix clean build of generate-order-file new 2faed1c [c++17] Implement P0522R0 as written. This allows a template [...]
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/LangOptions.def | 1 + include/clang/Driver/Options.td | 5 ++ include/clang/Sema/Sema.h | 3 + lib/Driver/Tools.cpp | 7 ++ lib/Frontend/CompilerInvocation.cpp | 2 + lib/Sema/SemaTemplate.cpp | 28 ++++++- lib/Sema/SemaTemplateDeduction.cpp | 85 ++++++++++++++++++--- test/SemaTemplate/temp_arg_template.cpp | 4 +- test/SemaTemplate/temp_arg_template_cxx1z.cpp | 102 ++++++++++++++++++++++++++ www/cxx_status.html | 10 ++- 10 files changed, 233 insertions(+), 14 deletions(-) create mode 100644 test/SemaTemplate/temp_arg_template_cxx1z.cpp