[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
Mon May 29 23:34:17 PDT 2023
codemzs updated this revision to Diff 526519.
codemzs retitled this revision from "[Clang][C++23] Implement core language changes from P1467R9 extended floating-point types and standard names and adapt __bf16 to be arithmetic type" to "[Clang][C++23] Implement core language changes from P1467R9 extended floating-point types and standard names".
codemzs edited the summary of this revision.
codemzs set the repository for this revision to rG LLVM Github Monorepo.
codemzs added a comment.
Hi @tahonermann / @erichkeane ,
This change has been simplified and rebased onto D150913 <https://reviews.llvm.org/D150913>, which is now in LLVM main. I hope this makes the review process more straightforward.
CC: @rjmccall / @pengfei
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.526519.patch
Type: text/x-patch
Size: 83310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230530/d07f6356/attachment-0001.bin>
More information about the libcxx-commits
mailing list