[PATCH] D158061: [clang] Construct ExprRequirement with SubstitutionDiagnostic on SubstFailure

Younan Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 00:09:42 PDT 2023


zyounan added a comment.

Thanks for the review!



================
Comment at: clang/test/SemaCXX/concept-crash-on-diagnostic.cpp:26
+// Consume remaining notes/errors.
+// expected-note@* 0+{{}}
+// expected-error@* 0+{{}}
----------------
erichkeane wrote:
> Please don't do this, actually write out the remaining diagnostics.  Same with the notes above.
> 
> Additionally, please use the 'bookmark' feature of verify-consumer to make sure the diagnostics/notes are in proper order (which makes it easier to figure out when reviewing).
Thanks for reminding me. Will do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158061



More information about the cfe-commits mailing list