[PATCH] D111400: [Clang][C++2b] P2242R3: Non-literal variables [...] in constexpr
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 22 09:43:09 PDT 2022
cor3ntin added a comment.
I will probably land that soon if there are no further issue
According to my notes, i then need to
- Cleanup `clang/test/SemaCXX/constant-expression-cxx14.cpp` (remove -Werror, #ifdef)
- Add braces in `CheckConstexprFunctionStmt`
- We may still miss a compatibility warning for non-literal in c++23 mode?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111400/new/
https://reviews.llvm.org/D111400
More information about the cfe-commits
mailing list