[libcxx-commits] [PATCH] D149573: [Clang][C++23] Implement core language changes from P1467R9 extended floating-point types and standard names
M. Zeeshan Siddiqui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 14 14:53:32 PST 2023
codemzs updated this revision to Diff 558099.
codemzs added a comment.
Hi @tahonermann,
I've just pushed a new diff with tests for `va_arg` and `...`, ensuring promotion rules are intact.
Also, I've made sure `getFloatingTypeOrder` returns `FRCR_Unordered` only when we're dealing with both operands as C++23 extended floating point types and they are unordered. I've added tests like `_Float16 f16_val_1 = 1.0bf16; // expected-error {{cannot initialize a variable of type '_Float16' with an rvalue of type '__bf16'}}` to cover these cases. If you see any potential issues here, I'm all ears and ready to make adjustments.
Thanks a lot for reviewing this, especially with your busy schedule.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149573/new/
https://reviews.llvm.org/D149573
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/Type.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Lex/LiteralSupport.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/Type.cpp
clang/lib/Frontend/InitPreprocessor.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaCast.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/CodeGenCXX/cxx23-fp-ext-std-names-p1467r9.cpp
clang/test/CodeGenCXX/cxx23-vector-bfloat16.cpp
clang/test/Sema/cxx23-fp-ext-std-names-p1467r9.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149573.558099.patch
Type: text/x-patch
Size: 86365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20231114/249a7789/attachment-0001.bin>
More information about the libcxx-commits
mailing list