[PATCH] D136022: [clang] Add time profile for constant evaluation

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 16 22:40:05 PDT 2022


tbaeder added inline comments.


================
Comment at: clang/lib/AST/ExprConstant.cpp:15257
+  });
+
   // FIXME: Evaluating initializers for large array and record types can cause
----------------
what about `Expr::EvaluateASRvalue` and `Expr::isPotentialConstantExpression`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136022/new/

https://reviews.llvm.org/D136022



More information about the cfe-commits mailing list