[libcxx-commits] [PATCH] D142184: [libcxx] Add new line after assert message

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 20 08:42:22 PST 2023


Mordante added inline comments.


================
Comment at: libcxx/src/verbose_abort.cpp:39
     std::vfprintf(stderr, format, list);
+    std::fputc('\n', stderr);
     va_end(list);
----------------
would it be possible to add require the newline in the `format` of `__libcpp_verbose_abort`? If not I'm happy with this approach.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142184



More information about the libcxx-commits mailing list