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 llvm-svn: 189800
Loading
Please sign in to comment