[clang] [clang][bytecode] Don't diagnose defined functions that will have a body (PR #165002)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 24 08:52:09 PDT 2025


================
@@ -997,7 +997,7 @@ static bool CheckCallable(InterpState &S, CodePtr OpPC, const Function *F) {
       // If the declaration is defined, declared 'constexpr' _and_ has a body,
----------------
shafik wrote:

We should update the comment to reflect the change in the code below.

https://github.com/llvm/llvm-project/pull/165002


More information about the cfe-commits mailing list