PR45142: 'template ~X<T>' is ill-formed; reject it rather than crashing.
authorRichard Smith <richard@metafoo.co.uk>
Mon, 23 Mar 2020 22:05:38 +0000 (15:05 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Mon, 23 Mar 2020 22:07:06 +0000 (15:07 -0700)
commit502915c619a32972ddc525be585794371bfbd27b
treed77bb4a5eb8c0104a920007f91a572ce1df192f8
parenta20862307fff9385bbf6562de3154d05138f8bec
PR45142: 'template ~X<T>' is ill-formed; reject it rather than crashing.
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/lib/Parse/ParseExprCXX.cpp
clang/test/CXX/drs/dr4xx.cpp
clang/test/SemaCXX/pseudo-destructors.cpp