[PATCH] D134542: [Concepts] Recover properly from a RecoveryExpr in a concept

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 23 11:45:30 PDT 2022


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

Changes as suggested by @ychen.  Thanks!


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

https://reviews.llvm.org/D134542

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/AST/ASTConcept.h
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Overload.h
  clang/lib/AST/ASTConcept.cpp
  clang/lib/AST/ComputeDependence.cpp
  clang/lib/Sema/SemaConcept.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/lib/Serialization/ASTReaderStmt.cpp
  clang/lib/Serialization/ASTWriterStmt.cpp
  clang/test/SemaTemplate/concepts-recovery-expr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134542.462568.patch
Type: text/x-patch
Size: 17587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220923/efcbf645/attachment-0001.bin>


More information about the cfe-commits mailing list