[PATCH] D134874: [Concepts] Fix Concepts on generic lambda in a VarTemplateSpecDecl
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 30 06:12:58 PDT 2022
erichkeane updated this revision to Diff 464238.
erichkeane marked 10 inline comments as done.
erichkeane added a comment.
Did @shafik s suggestions. And yes, most of the work is just copy/pasted with slight changes to work in the new refactor, which does make it tougher to read, sorry about that :(
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134874/new/
https://reviews.llvm.org/D134874
Files:
clang/include/clang/AST/DeclBase.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/DeclBase.cpp
clang/lib/Sema/SemaConcept.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/test/SemaTemplate/concepts-lambda.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134874.464238.patch
Type: text/x-patch
Size: 25055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220930/bc72fa53/attachment-0001.bin>
More information about the cfe-commits
mailing list