================
@@ -14926,6 +14926,42 @@ bool IntExprEvaluator::VisitUnaryExprOrTypeTraitExpr(
return false;
}
+ case UETT_CountOf: {
----------------
cor3ntin wrote:
Did you consider the new interpreter? @tbaederr
https://github.com/llvm/llvm-project/pull/133125