We don't have any code to point at here, so the diagnostics would just point to the record declaration. Make them point to the call site intead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154761
[clang][Interp] Diagnose callsite for implicit functions ClosedPublic Authored by tbaeder on Jul 8 2023, 1:46 AM.
Details Summary We don't have any code to point at here, so the diagnostics would just point to the record declaration. Make them point to the call site intead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2023, 4:54 AM This revision was landed with ongoing or failed builds.Jul 17 2023, 5:02 AM Closed by commit rGe6afacc0347c: [clang][Interp] Diagnose callsite for implicit functions (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540958 clang/lib/AST/Interp/InterpFrame.cpp
clang/test/AST/Interp/cxx20.cpp
|