[all-commits] [llvm/llvm-project] 930801: [clang][Interp] Diagnose uninitialized array recor...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Jan 19 02:08:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9308014195e2f091c0025ef4aa26ece080b7da8d
https://github.com/llvm/llvm-project/commit/9308014195e2f091c0025ef4aa26ece080b7da8d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/Pointer.h
M clang/test/AST/Interp/cxx20.cpp
Log Message:
-----------
[clang][Interp] Diagnose uninitialized array record fields
Just like we do for record members, diagnose uninitialized array record
fields.
Differential Revision: https://reviews.llvm.org/D136828
More information about the All-commits
mailing list