[all-commits] [llvm/llvm-project] 6b0cd4: [clang][Interp] Check Field initialization after c...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Jan 19 00:42:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b0cd497b0fb584bdc0650b585c5bd1ed9edfc99
https://github.com/llvm/llvm-project/commit/6b0cd497b0fb584bdc0650b585c5bd1ed9edfc99
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/InterpFrame.cpp
M clang/test/AST/Interp/cxx20.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Check Field initialization after constructor call
Differential Revision: https://reviews.llvm.org/D136694
More information about the All-commits
mailing list