]> granicus.if.org Git - clang/commit
[ASTMatchers] Factor wrapping matcher classes into a common base class.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 22 Mar 2015 21:57:53 +0000 (21:57 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 22 Mar 2015 21:57:53 +0000 (21:57 +0000)
commitfcfda46b7251d95fcfa99ca84b00f407543ddf20
treedf4dc1441432a93914e302306472cdb742a53c4c
parent9f937001b37987743ef5b2e2ffc3d777c384b541
[ASTMatchers] Factor wrapping matcher classes into a common base class.

The deduplication here is negligible, but it allows the compiler to
skip emission of many templated base class destructors. Shrinks
clang-query by 53k. No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232924 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchersInternal.h