[PATCH] D127487: [Sema] Fix assertion failure when instantiating requires expression

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 10 07:20:32 PDT 2022


ilya-biryukov updated this revision to Diff 435908.
ilya-biryukov added a comment.

- Do not introduce empty branches on asserts
- Test whether specialization or primary template gets picked


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127487

Files:
  clang/lib/Sema/SemaConcept.cpp
  clang/lib/Sema/SemaTemplateInstantiate.cpp
  clang/test/SemaTemplate/concepts-PR54629.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127487.435908.patch
Type: text/x-patch
Size: 3980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220610/ab4b1620/attachment-0001.bin>


More information about the cfe-commits mailing list