[clang] [llvm] [Clang][C++23] Core language changes from P1467R9 extended floating-point types and standard names. (PR #78503)

M. Zeeshan Siddiqui via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 14:19:39 PST 2025


================
@@ -5565,6 +5565,15 @@ float APFloat::convertToFloat() const {
   return Temp.getIEEE().convertToFloat();
 }
 
+/// Returns true if the semantics can represent all of the values that the other
+/// semantics can represent.
+///
+/// \param Sem - type float semantics
----------------
codemzs wrote:

Update comment to include the second parameter.

https://github.com/llvm/llvm-project/pull/78503


More information about the llvm-commits mailing list