Emit the proper PT_FnPtr instructions if we're handling function pointers here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156786
[clang][Interp] Fix converting function pointers to bool ClosedPublic Authored by tbaeder on Aug 1 2023, 5:58 AM.
Details Summary Emit the proper PT_FnPtr instructions if we're handling function pointers here.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 1 2023, 6:17 AM This revision was landed with ongoing or failed builds.Aug 1 2023, 6:37 AM Closed by commit rG015ffba811c4: [clang][Interp] Fix converting function pointers to bool (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 546027 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/functions.cpp
|