[libc-commits] [PATCH] D75487: [libc] [UnitTest] Add Matchers
    Guillaume Chatelet via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Mar  3 00:24:03 PST 2020
    
    
  
gchatelet added inline comments.
================
Comment at: libc/utils/testutils/StreamWrapper.h:15
+
+class StreamWrapper {
+  void *OS = nullptr;
----------------
It would be nice to explain the purpose of this class.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75487/new/
https://reviews.llvm.org/D75487
    
    
More information about the libc-commits
mailing list