[Lldb-commits] [PATCH] D51387: Allow Template argument accessors to automatically unwrap parameter packs

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 10 21:02:02 PDT 2022


JDevlieghere added a comment.

In D51387#1387074 <https://reviews.llvm.org/D51387#1387074>, @clayborg wrote:

> Do we have any callers that call GetNumTemplateArguments with false? If not, remove the argument?

Yup, there's a bunch of uses in `Language/CPlusPlus/LibCxx*.cpp`


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

https://reviews.llvm.org/D51387



More information about the lldb-commits mailing list