[clang] [llvm] [clang] Add test run of 'dump_ast_matchers.py' (PR #165472)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 27 14:00:53 PDT 2026


================
@@ -728,7 +728,7 @@ AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
          Node.getBitWidthValue() == Width;
 }
 
-/// Matches non-static data members that have an in-class initializer.
+/// Matches non-static data memberss that have an in-class initializer.
----------------
vbvictor wrote:

```suggestion
/// Matches non-static data members that have an in-class initializer.
```

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


More information about the cfe-commits mailing list