[clang] [Clang][C++23] Core language changes from P1467R9 extended floating-point types and standard names. (PR #78503)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 31 03:53:52 PST 2024
================
@@ -4446,6 +4455,73 @@ CompareStandardConversionSequences(Sema &S, SourceLocation Loc,
? ImplicitConversionSequence::Better
: ImplicitConversionSequence::Worse;
+ // C++23 12.2.4.3p4:
----------------
cor3ntin wrote:
Can you add the stable label?
https://github.com/llvm/llvm-project/pull/78503
More information about the cfe-commits
mailing list