[PATCH] D154290: [WIP][Clang] Implement P2741R3 - user-generated static_assert messagesNote that a few test fails because this patch depends onhttps://reviews.llvm.org/D105759Th ereare some issues in the wording,the implementation assume that both size and...
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 1 15:36:14 PDT 2023
cor3ntin created this revision.
Herald added a subscriber: arphaman.
Herald added a project: All.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
...data are evaluated in the same
evaluation context and that cleanup occurs once the message is produced
https://github.com/cplusplus/CWG/issues/350
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154290
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/AST/DeclCXX.h
clang/include/clang/AST/Expr.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/AST/DeclCXX.cpp
clang/lib/AST/DeclPrinter.cpp
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/ODRDiagsEmitter.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/SemaCXX/static-assert-cxx26.cpp
clang/tools/libclang/CIndex.cpp
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154290.536556.patch
Type: text/x-patch
Size: 33691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230701/81cc3242/attachment-0001.bin>
More information about the cfe-commits
mailing list