[PATCH] D92573: [clang] Add a C++17 deduction guide testcase.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 4 00:01:50 PST 2020
hokein added inline comments.
================
Comment at: clang/test/PCH/cxx17-deduction-guide-decl.cpp:16
+
+// Class template argument deduction
+template <typename T>
----------------
adamcz wrote:
> You can drop these 3 lines, they're not needed for the crash repro. Also, c-tor doesn't have to be explicit. Probably best to keep the code as short as possible.
yeah, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92573/new/
https://reviews.llvm.org/D92573
More information about the cfe-commits
mailing list