Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType(...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 14 Apr 2016 16:05:45 +0000 (16:05 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 14 Apr 2016 16:05:45 +0000 (16:05 +0000)
commit66eb58a756a6cb4cb3f74f8d9e0eb3f56ad7fdfb
tree478ce81f6595d82ee4b28ba276f322dec068a790
parente149b488afd2c189214fb491101a9bb9bbab0c76
Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType() to match on TypedefNameDecl nodes.

Patch by Clement Courbet.

llvm-svn: 266331
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.cpp