[cfe-dev] List Clang-Query Matchers

Ahmad Nouralizadeh via cfe-dev cfe-dev at lists.llvm.org
Fri Aug 3 06:04:15 PDT 2018


Is there a way to list all possible matchers in clang-query? The
<https://stackoverflow.com/questions/51672381/list-clang-query-matchers#>AST
matcher reference
<http://clang.llvm.org/docs/LibASTMatchersReference.html> list
is not necessarily the most up-to-date version. Even the list in
ASTMatchers.h clang header (clang-6.0.0) does not show what is currently
available. For example, the equalsNode matcher is included in the list,
while it is not available in clang-query.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180803/02440f9f/attachment.html>


More information about the cfe-dev mailing list