]> granicus.if.org Git - clang/commit
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
authorManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 20:36:22 +0000 (20:36 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 20:36:22 +0000 (20:36 +0000)
commit415514d5fbc2761b7f2938aa9112b079249820d6
tree317560e0edd34b305545de75fb25f4f25693d38a
parent15417ef20e3cda668351c67cc580587913f6bee8
Cleanup of ASTMatcher macros and adding support for overloaded matchers.

This is in preparation for adding other overloaded matchers. This change
alone is a net win in LOC.
I went through all matchers and looked whether we could now encode them
as macro, or simplify them with the matcher atoms that were not
available before.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174540 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
docs/tools/dump_ast_matchers.py
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/ASTMatchers/ASTMatchersMacros.h