[PATCH] D134416: Allow getting template args for ClassTemplateSpecializations

Anders Langlands via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 22 01:04:57 PDT 2022


anderslanglands added reviewers: tbaeder, aaron.ballman.
anderslanglands added a comment.

Hello again, this generalizes the template argument functionality to operate on cursor kinds other than functions.

I could use some help creating a test for this. On my previous path I was able to just copy/paste and modify an existing test, but from a quick scan of the current tests I can't see how I'd modify one of them to test this functionality.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134416



More information about the cfe-commits mailing list