[PATCH] D138851: [Clang] Permit static constexpr variables in constexpr functions
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 12:05:50 PST 2022
cor3ntin created this revision.
Herald added a project: All.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This implement the C++23 paper P2647R1 (adopted in Kona)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138851
Files:
clang/docs/ReleaseNotes.rst
clang/lib/AST/ExprConstant.cpp
clang/lib/Frontend/InitPreprocessor.cpp
clang/test/Lexer/cxx-features.cpp
clang/test/SemaCXX/constant-expression-cxx2b.cpp
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138851.478319.patch
Type: text/x-patch
Size: 6499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221128/1cd0fc74/attachment.bin>
More information about the cfe-commits
mailing list