[libc-commits] [PATCH] D125826: [libc] add snprintf
    Tue Ly via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue May 17 12:29:56 PDT 2022
    
    
  
lntue accepted this revision.
lntue added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/src/stdio/snprintf.cpp:27
+  internal::ArgList args(vlist); // This holder class allows for easier copying
+                                 // and pointer semantics, as well as handing
+                                 // destruction automatically.
----------------
nit: *handling*
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125826/new/
https://reviews.llvm.org/D125826
    
    
More information about the libc-commits
mailing list