[Lldb-commits] [PATCH] D159127: [lldb][libc++] Adds chrono data formatters.

Mark de Wever via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 4 09:32:28 PDT 2023


Mordante marked 4 inline comments as done.
Mordante added inline comments.


================
Comment at: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:986-993
+      "^std::__[[:alnum:]]+::chrono::"
+      "(((nano)|(micro)|(milli)|())seconds)|"
+      "(minutes)|"
+      "(hours)|"
+      "(days)|"
+      "(weeks)|"
+      "(months)|"
----------------
kastiglione wrote:
> there's some regex grouping that doesn't seem to be needed.
Earlier testing without grouping didn't work. Since the next iteration uses units here is a regex per type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159127



More information about the lldb-commits mailing list