Added some matchers for objective c selectors and messages to ASTMatchers.h. Minor...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 12 Mar 2015 13:21:19 +0000 (13:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 12 Mar 2015 13:21:19 +0000 (13:21 +0000)
commit12865302b76c3b8b6282429d4adc9bd1c1ea84f8
tree906d2938beac56945856001f49d3766a21eb7810
parent4952a0cba2f795ecf251c1140d9280b06d29954d
Added some matchers for objective c selectors and messages to ASTMatchers.h. Minor mods to ASTMatchersTest.h to allow test files with ".m" extension in addition to ".cpp". New tests added to ASTMatchersTest.c.

Patch by Dean Sutherland, reviewed by Manuel Klimek. From http://reviews.llvm.org/D7710

llvm-svn: 232034
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.h