llvm-project/clang/lib/ASTMatchers
Samuel Benzaquen 2c15e8ccce Replace variadic operator function pointer with an enum value.
Summary:
Replace variadic operator function pointer with an enum value.
Hiding the implementation of the variadic matcher will allow to specialize them for the operation performed.
In particular, it will allow for a more efficient allOf() matcher.

Reviewers: klimek

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D6293

llvm-svn: 222432
2014-11-20 15:45:53 +00:00
..
Dynamic Replace variadic operator function pointer with an enum value. 2014-11-20 15:45:53 +00:00
ASTMatchFinder.cpp Speed up clang-tidy when profiling in on. 2014-10-27 15:22:59 +00:00
ASTMatchersInternal.cpp Replace variadic operator function pointer with an enum value. 2014-11-20 15:45:53 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00