diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h index 48527891799435..df2573324b7527 100644 --- a/clang/include/clang/AST/Expr.h +++ b/clang/include/clang/AST/Expr.h @@ -665,8 +665,8 @@ class Expr : public ValueStmt { SideEffectsKind AllowSideEffects = SE_NoSideEffects, bool InConstantContext = false) const; - /// EvaluateAsFloat - Return true if this is a constant which we can fold and - /// convert to a fixed point value. + /// EvaluateAsFixedPoint - Return true if this is a constant which we can fold + /// and convert to a fixed point value. bool EvaluateAsFixedPoint(EvalResult &Result, const ASTContext &Ctx, SideEffectsKind AllowSideEffects = SE_NoSideEffects, bool InConstantContext = false) const;