[libc-commits] [PATCH] D75487: [libc] [UnitTest] Add Matchers

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 4 00:06:57 PST 2020


gchatelet added inline comments.


================
Comment at: libc/utils/testutils/StreamWrapper.h:15
+
+class StreamWrapper {
+  void *OS = nullptr;
----------------
gchatelet wrote:
> It would be nice to explain the purpose of this class.
Thx. There's a typo on `indirection`.


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

https://reviews.llvm.org/D75487





More information about the libc-commits mailing list