This is an archive of the discontinued LLVM Phabricator instance.

[clang] Add a matcher for template template parameters.
ClosedPublic

Authored by riccibruno on Aug 7 2020, 9:52 AM.

Details

Summary

There are already matchers for type template parameters and non-type template parameters, but somehow no matcher exists for template template parameters and I need it to write unit tests.

Diff Detail

Event Timeline

riccibruno created this revision.Aug 7 2020, 9:52 AM
riccibruno requested review of this revision.Aug 7 2020, 9:52 AM
This revision is now accepted and ready to land.Aug 8 2020, 5:06 AM