[all-commits] [llvm/llvm-project] 9415aa: [Clang] Fix variant crashes from GH58028, GH57370
Roy Jacobson via All-commits
all-commits at lists.llvm.org
Fri Sep 30 11:17:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9415aad6a40fec74296008a25f34164a95c857f4
https://github.com/llvm/llvm-project/commit/9415aad6a40fec74296008a25f34164a95c857f4
Author: Roy Jacobson <roi.jacobson1 at gmail.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M clang/lib/Sema/SemaInit.cpp
A clang/test/SemaCXX/specialization-diagnose-crash.cpp
Log Message:
-----------
[Clang] Fix variant crashes from GH58028, GH57370
Fixes a null dereference in some diagnostic issuing code.
Closes https://github.com/llvm/llvm-project/issues/57370
Closes https://github.com/llvm/llvm-project/issues/58028
Reviewed By: shafik
Differential Revision: https://reviews.llvm.org/D134885
More information about the All-commits
mailing list