diff options
author | Clement Courbet <courbet@google.com> | 2018-03-21 10:54:29 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-03-21 10:54:29 +0000 |
commit | 369e97511db857e3b2c100eab61af0319eec0179 (patch) | |
tree | 359f5a19ea08bd29ea6ca0a11fdb7eae6ba6bec5 /clang/docs/LibASTMatchersReference.html | |
parent | 2513aa0523fa65a56769e75f5dadd15a1432b4e6 (diff) | |
download | bcm5719-llvm-369e97511db857e3b2c100eab61af0319eec0179.tar.gz bcm5719-llvm-369e97511db857e3b2c100eab61af0319eec0179.zip |
[ASTMatchers] Remove extra qualifier for consistency (LibASTMatchersReference.html)
+ Regenerate doc.
llvm-svn: 328087
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
-rw-r--r-- | clang/docs/LibASTMatchersReference.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index cc6cd40bd22..8775314afc9 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -5152,7 +5152,7 @@ only match the declarations for b, c, and d. </pre></td></tr> -<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Expr.html">Expr</a>></td><td class="name" onclick="toggle('ignoringImplicit0')"><a name="ignoringImplicit0Anchor">ignoringImplicit</a></td><td>ast_matchers::Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Expr.html">Expr</a>> InnerMatcher</td></tr> +<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Expr.html">Expr</a>></td><td class="name" onclick="toggle('ignoringImplicit0')"><a name="ignoringImplicit0Anchor">ignoringImplicit</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Expr.html">Expr</a>> InnerMatcher</td></tr> <tr><td colspan="4" class="doc" id="ignoringImplicit0"><pre>Matches expressions that match InnerMatcher after any implicit AST nodes are stripped off. |