Skip to content

Commit c62bde9

Browse files
committed
Reword comment to make it clearer
1 parent 66d0105 commit c62bde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10593,7 +10593,7 @@ static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS,
1059310593

1059410594
static void DetectPrecisionLossInComplexDivision(Sema &S, QualType DivisorTy,
1059510595
SourceLocation OpLoc) {
10596-
// Either real/real or complex/real division.
10596+
// If the divisor is real, then this is real/real or complex/real division.
1059710597
// Either way there can be no precision loss.
1059810598
auto *CT = DivisorTy->getAs<ComplexType>();
1059910599
if (!CT)

0 commit comments

Comments
 (0)