[PATCH] D65643: unittests: Add a (centralized) ability to match std::error_code
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 04:08:52 PDT 2019
labath added a comment.
@sammccall, what do you think of the `operator<<(raw_ostream&, std::error_code)` idea? Is that the direction I should go in? If so, where would the implementation of that function live? (next to `raw_ostream`, somewhere under `llvm/Testing`, or under `gtest/internal/custom`)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65643/new/
https://reviews.llvm.org/D65643
More information about the llvm-commits
mailing list