[all-commits] [llvm/llvm-project] bc034b: [clang][Interp] Protect InitPtr from non-initializ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Feb 10 10:50:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc034baaff1f6ce4e18b68c20df3be45bfb5104f
https://github.com/llvm/llvm-project/commit/bc034baaff1f6ce4e18b68c20df3be45bfb5104f
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-10 (Sat, 10 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/Interp.h
A clang/test/AST/Interp/complex.c
Log Message:
-----------
[clang][Interp] Protect InitPtr from non-initializable pointers
This can happen when an initializer returns a dummy pointer.
More information about the All-commits
mailing list