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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 08:00:31 PDT 2023


erichkeane added a comment.

Hi, sorry for the delay in reviewing, I'm just coming back from an extended vacation.  This looks alright, except for the test.



================
Comment at: clang/test/SemaCXX/concept-crash-on-diagnostic.cpp:26
+// Consume remaining notes/errors.
+// expected-note@* 0+{{}}
+// expected-error@* 0+{{}}
----------------
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).


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