[clang] [Clang] Only check for error in C++20 mode (PR #84624)

2024-03-09 Thread via cfe-commits
Sirraide wrote: Merged this w/o review to fix the bots. Should be a trivial change. https://github.com/llvm/llvm-project/pull/84624 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Only check for error in C++20 mode (PR #84624)

2024-03-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (Sirraide) Changes Fix a test that was added in #81014 and which caused buildbots to fail. Only check for the ‘never produces a constant expression error’ in C++20 mode. This fixes #84623. --- Full diff:

[clang] [Clang] Only check for error in C++20 mode (PR #84624)

2024-03-09 Thread via cfe-commits
https://github.com/Sirraide closed https://github.com/llvm/llvm-project/pull/84624 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Only check for error in C++20 mode (PR #84624)

2024-03-09 Thread via cfe-commits
https://github.com/Sirraide created https://github.com/llvm/llvm-project/pull/84624 Fix a test that was added in #81014 and which caused buildbots to fail. Only check for the ‘never produces a constant expression error’ in C++20 mode. This fixes #84623. >From