Totally missed this when I implemented throw statements :(
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156503
[clang][Interp] Don't assume throw stmts have a subexpr ClosedPublic Authored by tbaeder on Jul 27 2023, 10:37 PM.
Details Summary Totally missed this when I implemented throw statements :(
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 28 2023, 3:22 AM This revision was landed with ongoing or failed builds.Jul 28 2023, 3:45 AM Closed by commit rG7010a4f14e0b: [clang][Interp] Don't assume throw stmts have a subexpr (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 545090 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/invalid.cpp
|