[clang] [clang][bytecode] Don't diagnose defined that have a body (PR #165002)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 24 09:06:04 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,
----------------
tbaederr wrote:
The new version doesn't have that problem.
https://github.com/llvm/llvm-project/pull/165002
More information about the cfe-commits
mailing list