From https://bugs.llvm.org/show_bug.cgi?id=47219.
It was crashing before the commit 1e14588d0f68.
Differential D92573
[clang] Add a C++17 deduction guide testcase. hokein on Dec 3 2020, 4:52 AM. Authored by
Details
From https://bugs.llvm.org/show_bug.cgi?id=47219. It was crashing before the commit 1e14588d0f68.
Diff Detail
Event TimelineComment Actions Thanks, adding this test is a very good idea.
Comment Actions address comment, simplify the test.
|
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.