[PATCH] D101572: Make `hasTypeLoc` matcher support nodes of type `CXXFunctionalCastExpr` and `CXXTemporaryObjectExpr`.
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 29 15:26:49 PDT 2021
steveire added a reviewer: stephenkelly.
steveire added a comment.
According to
llvm-project/clang/include/clang/AST$ git grep "TypeSourceInfo.*const"
there are lots of other classes with `TypeSourceInfo` accessors which could be supported here. Should any others be supported? Is something specific motivating adding support for these two classes and not the others?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101572/new/
https://reviews.llvm.org/D101572
More information about the cfe-commits
mailing list