[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 11:41:35 PDT 2022


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

Add DELETE_ME so that the libcxx tests run.  Due to the nature of this patch, it is possible that I will have missed a few cases where we should be 're-starting' the substitution stack checking.


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

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


More information about the cfe-commits mailing list