Make `hasTypeLoc` matcher support more node types.
authorWeston Carvalho <westoncarvalho@google.com>
Thu, 29 Apr 2021 21:30:47 +0000 (14:30 -0700)
committerStephen Kelly <steveire@gmail.com>
Fri, 7 May 2021 23:35:22 +0000 (00:35 +0100)
commit1f65f42dd37ab6a950d3ec110e3efca0ace1b615
tree38bfd62e3cc3c4ee372cf8c963fb965da9e4eeb7
parent0ad494838b8576de14144776490faa710fa2a099
Make `hasTypeLoc` matcher support more node types.

Differential Revision: https://reviews.llvm.org/D101572
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp