[all-commits] [llvm/llvm-project] 9706bb: [Clang] Fix variant crashes from GH58028, GH57370
Roy Jacobson via All-commits
all-commits at lists.llvm.org
Fri Sep 30 01:09:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9706bb3165f5e508d5e2247ad8a3f45077df546d
https://github.com/llvm/llvm-project/commit/9706bb3165f5e508d5e2247ad8a3f45077df546d
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