[PATCH] D154688: [clang] Show verify prefix in error messages

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 08:49:06 PDT 2023


tbaeder added a comment.

When passing a different prefix via `-verify=foo`, the error messages now say "error: 'foo-error' diagnostics seen but not expected", etc.

I'm often working in test files where two different prefixes are used and I'm always confused about which one of the two the error messages are talking about.


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

https://reviews.llvm.org/D154688



More information about the cfe-commits mailing list