Add support for a few Objective-C matchers.
authorManuel Klimek <klimek@google.com>
Thu, 12 Mar 2015 15:48:15 +0000 (15:48 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 12 Mar 2015 15:48:15 +0000 (15:48 +0000)
commitbfa435727178939c5ed4cd33cb10eaeb8e00fc39
tree53f4e55c71e8e93ae5c512314caa4a11cde9f269
parent637a6862d6611793e9225a1ccfd37855cffdf0db
Add support for a few Objective-C matchers.

Add 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.

llvm-svn: 232051
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