[PATCH] D140776: [clang][Interp] Handle defined functions without a body

2023-03-01 Thread Timm Bäder via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGbf6c1344ec18: [clang][Interp] Handle defined functions without a body (authored by tbaeder). Repository: rG LLVM Github Monorepo CHANGES SINCE LA

[PATCH] D140776: [clang][Interp] Handle defined functions without a body

2022-12-30 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder added a comment. CI fails because other patches are missing, most likely https://reviews.llvm.org/D140668. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140776/new/ https://reviews.llvm.org/D140776 ___ cfe-commits mailing list cfe-co

[PATCH] D140776: [clang][Interp] Handle defined functions without a body

2022-12-30 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder updated this revision to Diff 485714. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140776/new/ https://reviews.llvm.org/D140776 Files: clang/lib/AST/Interp/ByteCodeEmitter.cpp clang/test/AST/Interp/records.cpp Index: clang/test/AST/Interp/records.cpp ==

[PATCH] D140776: [clang][Interp] Handle defined functions without a body

2022-12-30 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder created this revision. tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik. Herald added a project: All. tbaeder requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Turns out that this happens when explicitly default