================
@@ -4110,6 +4117,10 @@ static CompleteObject findCompleteObject(EvalInfo &Info, 
const Expr *E,
     }
 
     bool IsConstant = BaseType.isConstant(Info.Ctx);
+    bool ConstexprVar = false;
+    if (const auto *VD = dyn_cast_or_null<VarDecl>(
----------------
tbaederr wrote:

```suggestion
    if (const auto *VD = dyn_cast_if_present<VarDecl>(
```

https://github.com/llvm/llvm-project/pull/73099
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to