]> granicus.if.org Git - clang/commit
Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.
authorAngel Garcia Gomez <angelgarcia@google.com>
Fri, 30 Oct 2015 09:35:51 +0000 (09:35 +0000)
committerAngel Garcia Gomez <angelgarcia@google.com>
Fri, 30 Oct 2015 09:35:51 +0000 (09:35 +0000)
commit323adc7681eef6aca7b65de9cb7c3a8325ceb6a7
tree772c3846be742fd88cad3f74df318cf51b90c7b9
parent23540878b152ae6313547efbbb3c74b028afa28d
Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.

Summary: This matchers are going to be used in modernize-use-default, but are generic enough to be placed in ASTMatchers.h.

Reviewers: klimek

Subscribers: alexfh, cfe-commits, klimek

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

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