[PATCH] D86926: FormatTest: Provide real line number in failure messages

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 11 18:45:26 PDT 2020


dblaikie added a comment.

Could this be done with a custom matcher, perhaps? (might be a bit tidier than macros with __FILE__ and __LINE__ manually handled, etc?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86926



More information about the cfe-commits mailing list