[PATCH] D158872: [clang][ASTMatchers] Add a few type-related Matchers

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 25 13:28:20 PDT 2023


PiotrZSL accepted this revision.
PiotrZSL added a comment.
This revision is now accepted and ready to land.

LGTM.
Nothing fancy, looks straight forward.
You may want to wait for an Aaron Ballman opinion.



================
Comment at: clang/docs/LibASTMatchersReference.html:2454
+<tr><td>Matcher<<a href="https://clang.llvm.org/doxygen/classclang_1_1Type.html">Type</a>></td><td class="name" onclick="toggle('bitIntType0')"><a name="bitIntType0Anchor">bitIntType</a></td><td>Matcher<<a href="https://clang.llvm.org/doxygen/classclang_1_1BitIntType.html">BitIntType</a>>...</td></tr>
+<tr><td colspan="4" class="doc" id="bitIntType0"><pre>Matches _BitInt types.
+
----------------
Maybe: "Matches a fixed int type of a specified bitwidth."


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158872/new/

https://reviews.llvm.org/D158872



More information about the cfe-commits mailing list