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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 11:36:08 PDT 2023


MaskRay added a comment.

The change looks great: (from `error: 'error' diagnostics seen but not expected:` to `error: 'expected-error' diagnostics seen but not expected`).
When I read Clang tests, I was confused by what `error` meant. I eventually figured out `-verify` is special. The new diagnostic is clearer and more helpful.


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

https://reviews.llvm.org/D154688



More information about the cfe-commits mailing list