[all-commits] [llvm/llvm-project] 502915: PR45142: 'template ~X<T>' is ill-formed; reject it...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Mar 23 15:07:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 502915c619a32972ddc525be585794371bfbd27b
https://github.com/llvm/llvm-project/commit/502915c619a32972ddc525be585794371bfbd27b
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/lib/Parse/ParseExprCXX.cpp
M clang/test/CXX/drs/dr4xx.cpp
M clang/test/SemaCXX/pseudo-destructors.cpp
Log Message:
-----------
PR45142: 'template ~X<T>' is ill-formed; reject it rather than crashing.
More information about the All-commits
mailing list