[all-commits] [llvm/llvm-project] e97e98: [c++20] For P0732R2: permit class template argumen...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Oct 21 15:04:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e97e9851b227e98e39c27c4c8f5558e331cde8b4
https://github.com/llvm/llvm-project/commit/e97e9851b227e98e39c27c4c8f5558e331cde8b4
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-10-21 (Wed, 21 Oct 2020)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/lib/Sema/SemaType.cpp
A clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.class.deduct/p2.cpp
A clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1-cxx20.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp
Log Message:
-----------
[c++20] For P0732R2: permit class template argument deduction for non-type template parameters.
More information about the All-commits
mailing list