Regenerate documentation

This commit is contained in:
Stephen Kelly 2021-02-22 11:07:03 +00:00
parent ad375ac5d2
commit b5b3243bf7
1 changed files with 2 additions and 1 deletions

View File

@ -7152,7 +7152,8 @@ void foo()
f = 42;
}
The matcher:
decompositionDecl(hasBinding(0, bindingDecl(hasName("f").bind("fBinding"))))
decompositionDecl(hasBinding(0,
bindingDecl(hasName("f").bind("fBinding"))))
matches the decomposition decl with 'f' bound to "fBinding".
</pre></td></tr>