[clang] [clang][transformer] Fix `node` range-selector to include type name qualifiers of type locs. (PR #167619)

Yitzhak Mandelbaum via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 19 10:45:23 PST 2025


================
@@ -339,6 +339,13 @@ TEST(RangeSelectorTest, NodeOpExpression) {
   EXPECT_THAT_EXPECTED(select(node("id"), Match), HasValue("3"));
 }
 
+TEST(RangeSelectorTest, NodeOpTypeLoc) {
----------------
ymand wrote:

I see, thanks!

https://github.com/llvm/llvm-project/pull/167619


More information about the cfe-commits mailing list