llvm-project/clang/unittests/ASTMatchers
Samuel Benzaquen 464c1cbc3f Add partial support for the hasDeclaration() matcher in the dynamic layer.
Summary:
Add partial support for the hasDeclaration() matcher in the dynamic layer.
This matcher has some special logic to allow any type that has a getDecl() method.  We do not support this right now.

Reviewers: klimek

CC: cfe-commits, revane

Differential Revision: http://llvm-reviews.chandlerc.com/D1889

llvm-svn: 195013
2013-11-18 14:53:42 +00:00
..
Dynamic Add partial support for the hasDeclaration() matcher in the dynamic layer. 2013-11-18 14:53:42 +00:00
ASTMatchersTest.cpp Introduce MatchFinder::matchAST. 2013-11-07 22:30:36 +00:00
ASTMatchersTest.h Introduce MatchFinder::matchAST. 2013-11-07 22:30:36 +00:00
CMakeLists.txt First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00