]> granicus.if.org Git - clang/commit
Change VariadicOperatorMatcherInterface<> to take an ArrayRef<DynTypedMatcher>.
authorSamuel Benzaquen <sbenza@google.com>
Tue, 19 Nov 2013 14:17:28 +0000 (14:17 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Tue, 19 Nov 2013 14:17:28 +0000 (14:17 +0000)
commit0b8d907799cfb8fb9705d7abae7aad1cb47b3f1b
treeb8c7f8d45ec900ddc512054a4f98819944e3a820
parent421f5e5685ea2ebd07ee348fafd665c8ac82bf7e
Change VariadicOperatorMatcherInterface<> to take an ArrayRef<DynTypedMatcher>.

Summary:
Change VariadicOperatorMatcherInterface<> to take an ArrayRef<DynTypedMatcher>.
This simplifies its implementation and use.
Also reduces the number of symbols in Registry.cpp.o, which we are always in need.

Reviewers: klimek

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

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