martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
Nice work! Thanks for the assiduous tests!



================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:6827-6828
+        FirstDeclMatcher<UsingShadowDecl>().match(
+            TU, usingShadowDecl(hasParent(equalsNode(RecordB)),
+                                hasTargetDecl(equalsNode(ConstrA)))));
+    auto *ShadowCA = cast<ConstructorUsingShadowDecl>(
----------------
Very good matcher!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110398

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

Reply via email to