[PATCH] D92101: [Clang][Sema] Attempt to fix CTAD faulty copy of non-local typedefs

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 25 08:10:22 PST 2020


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



More information about the cfe-commits mailing list