[all-commits] [llvm/llvm-project] eccc73: P0857R0: Parse a requires-clause after an explicit
Richard Smith via All-commits
all-commits at lists.llvm.org
Thu Dec 3 15:56:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eccc734a69c0c012ae3160887b65a535b35ead3e
https://github.com/llvm/llvm-project/commit/eccc734a69c0c012ae3160887b65a535b35ead3e
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/include/clang/Sema/ScopeInfo.h
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParseExprCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/test/SemaTemplate/concepts.cpp
M clang/www/cxx_status.html
Log Message:
-----------
P0857R0: Parse a requires-clause after an explicit
template-parameter-list in a lambda.
This implements one of the missing parts of P0857R0. Mark it as not done
on the cxx_status page given that it's still incomplete.
More information about the All-commits
mailing list