[PATCH] D120456: bump __cpp_concepts and __cpp_constexpr in accordance with P2493R0

2022-02-24 Thread Marcus Boay via Phabricator via cfe-commits
MarcusBoay created this revision. MarcusBoay requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D120456 Files: clang/lib/Frontend/InitPreprocessor.cpp clang/test/Lexer/cxx-fe

[PATCH] D120456: [clang] Bump __cpp_concepts and __cpp_constexpr in accordance with P2493R0

2022-02-24 Thread Marcus Boay via Phabricator via cfe-commits
MarcusBoay updated this revision to Diff 411293. MarcusBoay added a comment. Revert __cpp_concepts since it is not fully implemented yet. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120456/new/ https://reviews.llvm.org/D120456 Files: clang/lib

[PATCH] D120456: [clang] Bump __cpp_constexpr in accordance with P2493R0

2022-02-24 Thread Marcus Boay via Phabricator via cfe-commits
MarcusBoay added a comment. In D120456#3343348 , @cor3ntin wrote: > Thanks for the patch. However, wg21.link/P0848 need to be fully implemented > before we can update `__cpp_concepts`. Could you only modify > `__cpp_constexpr` ? Thanks Thanks for the