Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, I suspect this may have to change for constexpr support in C23, but we can burn that bridge when we get to it.
Paths
| Differential D158516
[clang][Interp] Only lazily visit constant globals ClosedPublic Authored by tbaeder on Aug 22 2023, 7:51 AM.
Details
Diff Detail
Event TimelineComment Actions LGTM, I suspect this may have to change for constexpr support in C23, but we can burn that bridge when we get to it. This revision is now accepted and ready to land.Oct 4 2023, 7:11 AM This revision was landed with ongoing or failed builds.Oct 5 2023, 12:38 AM Closed by commit rG4d7f4a7c82cb: [clang][Interp] Only lazily visit constant globals (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 557604 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/c.c
|