llvm-project/clang/lib/ASTMatchers
Aaron Ballman 66eb58a756 Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType() to match on TypedefNameDecl nodes.
Patch by Clement Courbet.

llvm-svn: 266331
2016-04-14 16:05:45 +00:00
..
Dynamic Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType() to match on TypedefNameDecl nodes. 2016-04-14 16:05:45 +00:00
ASTMatchFinder.cpp Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious 2016-02-09 20:59:05 +00:00
ASTMatchersInternal.cpp Fix a -Wunused-variable diagnostic. 2016-02-23 10:29:04 +00:00
CMakeLists.txt ASTMatchers: Add an explicit dependency on libclangBasic. 2015-03-12 16:25:19 +00:00