[all-commits] [llvm/llvm-project] 0d9dec: [clang][Interp] Handle invalid CXXCtorInitializer ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Feb 9 00:21:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d9decc6694c188e2f7fa17d140ba9bd7cc98b6b
https://github.com/llvm/llvm-project/commit/0d9decc6694c188e2f7fa17d140ba9bd7cc98b6b
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Handle invalid CXXCtorInitializer expressions
Their type might be a null type, in which case we need to abort here.
More information about the All-commits
mailing list