================
@@ -4199,7 +4199,7 @@ AST_MATCHER_P_OVERLOAD(QualType, references, 
internal::Matcher<Decl>,
 ///     cxxRecordDecl(hasName("Y")))))
 ///   matches `y.m()`, `x.m()` and (g()).m(), but not `x.g()`.
----------------
AaronBallman wrote:

Since we're cleaning stuff up in this area: 
```suggestion
///   matches `y.m()`, `x.m()` and (`g()).m()`, but not `x.g()`).
```

https://github.com/llvm/llvm-project/pull/112190
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to