[PATCH] D23585: [ASTMatchers] Add narrowing matcher: hasExternalFormalLinkage

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 01:31:06 PDT 2016


alexfh requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: docs/LibASTMatchersReference.html:2774
@@ -2773,1 +2773,3 @@
 
+<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1NamedDecl.html">NamedDecl</a>></td><td class="name" onclick="toggle('hasExternalFormalLinkage0')"><a name="hasExternalFormalLinkage0Anchor">hasExternalFormalLinkage</a></td><td></td></tr>
+<tr><td colspan="4" class="doc" id="hasExternalFormalLinkage0"><pre>Matches NamedDecl nodes whose linkage is external.
----------------
Please regenerate the .html file.


https://reviews.llvm.org/D23585





More information about the cfe-commits mailing list