[PATCH] D98160: [clang] Use decltype((E)) for compound requirement type constraint
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 29 17:11:47 PDT 2021
mizvekov updated this revision to Diff 334016.
mizvekov added a comment.
Changes per rsmith review:
Just print the non-canonical type in the diagnostics.
Instead of printing the expression, make the caret point to it, instead of
pointing to the constraint.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98160/new/
https://reviews.llvm.org/D98160
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaConcept.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CXX/expr/expr.prim/expr.prim.req/compound-requirement.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98160.334016.patch
Type: text/x-patch
Size: 7509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210330/f5025769/attachment.bin>
More information about the cfe-commits
mailing list