steakhal added inline comments.

================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:5880
 
+AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) {
+  return Node.isInheritingConstructor();
----------------
We need to add doc comments as well.
Please address this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110395

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to