Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang/
-
lib/AST/Interp/
-
AST/
-
Interp/
-
ByteCodeExprGen.cpp
-
test/AST/Interp/
-
AST/
-
Interp/
-
literals.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D158595
[clang][Interp] Allow zero-init of primitives with an empty init list
Closed
Public
Authored by
tbaeder
on Aug 23 2023, 4:51 AM.
Download Raw Diff
Details
Reviewers
aaron.ballman
erichkeane
shafik
cor3ntin
Commits
rG52a55a717838: [clang][Interp] Allow zero-init of primitives with an empty init list
Diff Detail
Unit Tests
Failed
Time
Test
89,790 ms
clang CI - Running libc++ test suite with Clang Modules > llvm-libc++-shared-cfg-in.llvm-libc++-shared-cfg-in::/var/lib/buildkite-agent/builds/llvm-project/build/generic-modules/test/libcxx/clang_modules_include.gen.py/__std_clang_module.compile.pass.mm
Event Timeline
tbaeder
created this revision.
Aug 23 2023, 4:51 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Aug 23 2023, 4:51 AM
tbaeder
requested review of this revision.
Aug 23 2023, 4:51 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Aug 23 2023, 4:51 AM
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
tbaeder
retitled this revision from
[clang][Interp] Allow zero-ini of primitives with an empty init list
to
[clang][Interp] Allow zero-init of primitives with an empty init list
.
Aug 23 2023, 5:04 AM
Harbormaster
completed remote builds in
B254300: Diff 552659
.
Aug 23 2023, 5:15 AM
tbaeder
added a comment.
Aug 31 2023, 8:36 PM
Comment Actions
Ping
tbaeder
added a comment.
Sep 11 2023, 10:32 AM
Comment Actions
Ping
cor3ntin
accepted this revision.
Sep 16 2023, 3:46 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Sep 16 2023, 3:46 AM
This revision was landed with ongoing or failed builds.
Sep 18 2023, 2:09 AM
Closed by commit
rG52a55a717838: [clang][Interp] Allow zero-init of primitives with an empty init list
(authored by
tbaeder
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
tbaeder
added a commit:
rG52a55a717838: [clang][Interp] Allow zero-init of primitives with an empty init list
.