[PATCH] D144626: [C++20] [Modules] Provide OriginalTrailingRequiresClause for serializer to perform ODR-Checking correctly

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 23 19:26:32 PST 2023


ChuanqiXu updated this revision to Diff 500046.
ChuanqiXu added a comment.

Address comments:

- Don't store the original trailing require clause. Trying to get the trailing require clause of the primary template function when ODR checking instead.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144626/new/

https://reviews.llvm.org/D144626

Files:
  clang/lib/AST/ASTContext.cpp
  clang/test/Modules/pr60890.cppm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144626.500046.patch
Type: text/x-patch
Size: 3179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230224/ce1bdda0/attachment.bin>


More information about the cfe-commits mailing list