[PATCH] D148601: [Clang] Handle Error message to output proper Prefix

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 21:16:02 PDT 2023


tbaeder added a comment.

I am not 100% sure about the semantics of passing multiple prefixes, i.e. if the error is emitted for all prefixes individually or if it's only emitted if no `expected` line for any of the prefixes is found. In the latter case we should probably add all the prefixes to the error message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148601



More information about the cfe-commits mailing list