[PATCH] D110395: [clang][ASTImporter] Import InheritedConstructor and ConstructorUsingShadowDecl.

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 1 01:41:34 PDT 2021


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



More information about the cfe-commits mailing list