llvm-project/clang/lib/ASTMatchers
Benjamin Kramer b5356e7fcd ASTMatchers: Add an explicit dependency on libclangBasic.
In a static build the dependency is picked up implictly, but not in a shared
library build. This is needed for the new ObjC matchers that reference Selector.

llvm-svn: 232055
2015-03-12 16:25:19 +00:00
..
Dynamic Add support for a few Objective-C matchers. 2015-03-12 15:48:15 +00:00
ASTMatchFinder.cpp Filter the toplevel matchers by kind. 2014-11-24 21:21:09 +00:00
ASTMatchersInternal.cpp Make the function pointer a template argument instead of a runtime value. 2014-12-01 14:46:14 +00:00
CMakeLists.txt ASTMatchers: Add an explicit dependency on libclangBasic. 2015-03-12 16:25:19 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00