brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 5b25ec0 Raw
9 lines · yaml
1InheritParentConfig: true2CustomChecks:3  - Name: function-decl4    Query: match functionDecl().bind("func")5    Diagnostic:6      - BindName: func7        Message: find function decl8        Level: Warning9