[PATCH] D136975: [Concepts] Correctly handle failure when checking concepts recursively

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 12:21:22 PDT 2022


erichkeane updated this revision to Diff 472093.
erichkeane added a comment.

ACTUALLY add the libcxx testing, also rebase so hopefully it applies cleanly.


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

https://reviews.llvm.org/D136975

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaConcept.cpp
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/test/SemaTemplate/concepts-GH53213.cpp
  clang/test/SemaTemplate/concepts-recursive-inst.cpp
  libcxx/DELETE_ME.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136975.472093.patch
Type: text/x-patch
Size: 14496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221031/7b4992bb/attachment-0001.bin>


More information about the cfe-commits mailing list