[Lldb-commits] [PATCH] D112709: [lldb] Fix matchers for char array formatters

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 29 01:35:24 PDT 2021


labath added inline comments.


================
Comment at: lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp:21
+MAKE_VARS();
+MAKE_VARS(const);
+
----------------
shafik wrote:
> It feels like writing out the decls by hand would have been quicker but perhaps less satisfying...
:D


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112709



More information about the lldb-commits mailing list