[Lldb-commits] [PATCH] D112709: [lldb] Fix matchers for char array formatters
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 28 20:17:24 PDT 2021
shafik added a comment.
Nice catch!
================
Comment at: lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp:21
+MAKE_VARS();
+MAKE_VARS(const);
+
----------------
It feels like writing out the decls by hand would have been quicker but perhaps less satisfying...
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