[PATCH] D65092: [clang] Add isDirectlyDerivedFrom AST Matcher.

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 12:28:03 PDT 2019


klimek requested changes to this revision.
klimek added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/docs/LibASTMatchersReference.html:5277
 
+<tr><td>Matcher<<a href="https://clang.llvm.org/doxygen/classclang_1_1CXXRecordDecl.html">CXXRecordDecl</a>></td><td class="name" onclick="toggle('isDirectlyDerivedFrom0')"><a name="isDirectlyDerivedFrom0Anchor">isDirectlyDerivedFrom</a></td><td>Matcher<<a href="https://clang.llvm.org/doxygen/classclang_1_1NamedDecl.html">NamedDecl</a>> Base</td></tr>
+<tr><td colspan="4" class="doc" id="isDirectlyDerivedFrom0"><pre>Matches C++ classes that are directly derived from
----------------
Did you manually change this? This should be generated from the code, but I don't see this text anywhere in the code comments?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65092/new/

https://reviews.llvm.org/D65092





More information about the cfe-commits mailing list