[PATCH] D147722: [Concepts] Fix Function Template Concepts comparisons
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 7 11:49:51 PDT 2023
erichkeane updated this revision to Diff 511753.
erichkeane added a comment.
Made changes as requested by Richard. "SkipForInstantiation" needed to be added when we added levels, but I think this is something that probably needs to be looked at and removed in the future.
I also see the change that this means to fix is reverted, so @alexander-shaposhnikov : feel free to take this and integrated it into your patch if you'd like.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147722/new/
https://reviews.llvm.org/D147722
Files:
clang/include/clang/Sema/Template.h
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/test/SemaTemplate/concepts.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147722.511753.patch
Type: text/x-patch
Size: 6265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230407/7f250a3a/attachment.bin>
More information about the cfe-commits
mailing list