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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 1 07:37:55 PDT 2022


erichkeane updated this revision to Diff 472298.
erichkeane marked an inline comment as done.
erichkeane added a comment.

A quick 'quality of life' improvement, otherwise same as before.  Should be ready for commit?


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.472298.patch
Type: text/x-patch
Size: 14233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221101/d8576eaf/attachment-0001.bin>


More information about the cfe-commits mailing list