Hello all, Is it possible to determine if a CallExpr will be evaluated at compile time from clang-tidy? I notice some references to InConstantContext in the EvaluateAs* functions in ExprConstant.cpp, but I'm not sure if that is applicable/usable from clang-tidy. Thanks, Connor Davis