[PATCH] D38992: Support formatv of TimePoint with strftime-style formats.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 01:37:47 PDT 2017


sammccall created this revision.

Support formatv of TimePoint with strftime-style formats.

Extensions for millis/micros/nanos are added.
Inital use case is HH:MM:SS.MMM timestamps in clangd logs.


https://reviews.llvm.org/D38992

Files:
  include/llvm/Support/Chrono.h
  lib/Support/Chrono.cpp
  unittests/Support/Chrono.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38992.119268.patch
Type: text/x-patch
Size: 4649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171017/a6aedad7/attachment.bin>


More information about the llvm-commits mailing list