[PATCH] D85568: [clang] Fix typo in comment
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 9 12:04:24 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG898880fe4e32: [clang] Fix typo in comment (authored by gousemoodhin, committed by xbolva00).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85568/new/
https://reviews.llvm.org/D85568
Files:
clang/lib/Sema/SemaExpr.cpp
Index: clang/lib/Sema/SemaExpr.cpp
===================================================================
--- clang/lib/Sema/SemaExpr.cpp
+++ clang/lib/Sema/SemaExpr.cpp
@@ -1151,8 +1151,8 @@
}
assert(RHSFloat);
return handleIntToFloatConversion(S, RHS, LHS, RHSType, LHSType,
- /*convertInt=*/ true,
- /*convertFloat=*/!IsCompAssign);
+ /*ConvertFloat=*/ true,
+ /*ConvertInt=*/!IsCompAssign);
}
/// Diagnose attempts to convert between __float128 and long double if
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85568.284224.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200809/688a8cea/attachment.bin>
More information about the cfe-commits
mailing list