[all-commits] [llvm/llvm-project] f58d54: [clang][Interp] Diagnose uninitialized bases (#67131)
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Oct 2 21:46:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f58d54ab969b2f342a882dfb03334f18f4ec1dcc
https://github.com/llvm/llvm-project/commit/f58d54ab969b2f342a882dfb03334f18f4ec1dcc
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
A clang/test/AST/Interp/constexpr-subobj-initialization.cpp
Log Message:
-----------
[clang][Interp] Diagnose uninitialized bases (#67131)
More information about the All-commits
mailing list