[all-commits] [llvm/llvm-project] f4dccf: [clang] Add a matcher for template template parame...

Bruno Ricci via All-commits all-commits at lists.llvm.org
Tue Aug 11 08:02:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f4dccf115cc198e552b520fda0ee623457015db7
      https://github.com/llvm/llvm-project/commit/f4dccf115cc198e552b520fda0ee623457015db7
  Author: Bruno Ricci <riccibrun at gmail.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp

  Log Message:
  -----------
  [clang] Add a matcher for template template parameters.

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.

Differential Revision: https://reviews.llvm.org/D85536

Reviewed By: aaron.ballman




More information about the All-commits mailing list