]> granicus.if.org Git - clang/commit
Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher.
authorSamuel Benzaquen <sbenza@google.com>
Tue, 3 Sep 2013 13:21:01 +0000 (13:21 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Tue, 3 Sep 2013 13:21:01 +0000 (13:21 +0000)
commit7156ffff6de12d8a14b0597f1ca5053115cf5773
tree058cb9dd9edeb36df00f59625cb016ac9a6c119a
parent8f1a2db8649eb151ee620273dcf34b700176430f
Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher.

Summary:
Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher.
This reduces the number of template instantiations and number of symbols in the object file.

Reviewers: klimek

CC: cfe-commits, revane
Differential Revision: http://llvm-reviews.chandlerc.com/D1560

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