[Lldb-commits] [PATCH] D137098: [lldb] Support simplified template names in the manual index

Arthur Eubanks via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 31 12:46:23 PDT 2022


aeubanks added a comment.

updated description with why this doesn't produce false positives with breakpoints

this doesn't support regex function name lookup, not sure if we care enough about the interaction between regexes/function names under simple template names. if we do, we could instead add template parameters to the names we put in the manual index. I did take a quick look at doing that but it'd require more work


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137098



More information about the lldb-commits mailing list