[Lldb-commits] [PATCH] D136934: [lldb][FormatEntity][NFC] Move function argument parsing code into separate functions
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 28 12:11:03 PDT 2022
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Core/FormatEntity.cpp:1057
+ // the arguments list
+ if (generic && open_paren && generic < open_paren) {
+ int generic_depth = 1;
----------------
Would be nice to rewrite this on top of StringRef at some point.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136934/new/
https://reviews.llvm.org/D136934
More information about the lldb-commits
mailing list