Loading clang/docs/LibASTMatchersReference.html +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ matcher's source documentation.</p> </p> <p>Within each category the matchers are ordered by node type they match on. Note that if a matcher can match multiple node types, it will it will appear Note that if a matcher can match multiple node types, it will appear multiple times. This means that by searching for Matcher<Stmt> you can find all matchers that can be used to match on Stmt nodes.</p> Loading Loading
clang/docs/LibASTMatchersReference.html +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ matcher's source documentation.</p> </p> <p>Within each category the matchers are ordered by node type they match on. Note that if a matcher can match multiple node types, it will it will appear Note that if a matcher can match multiple node types, it will appear multiple times. This means that by searching for Matcher<Stmt> you can find all matchers that can be used to match on Stmt nodes.</p> Loading