[clang] [C2y] Implement WG14 N3369 and N3469 (_Countof) (PR #133125)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 27 04:51:13 PDT 2025


================
@@ -14926,6 +14926,42 @@ bool IntExprEvaluator::VisitUnaryExprOrTypeTraitExpr(
 
     return false;
   }
+  case UETT_CountOf: {
----------------
AaronBallman wrote:

I'll add support for this there.

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


More information about the cfe-commits mailing list