balazske added inline comments.

================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:5906
+      Lang_CXX17, "input.cc");
+  TU->dump();
+  auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match(
----------------
These `dump` calls should be removed (in the other case too)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92101

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

Reply via email to