[all-commits] [llvm/llvm-project] 5630dc: [Clang] Only check for error in C++20 mode (#84624)

Sirraide via All-commits all-commits at lists.llvm.org
Sat Mar 9 03:40:16 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5630dc66369ccec925f27151b495c9f9818638f1
      https://github.com/llvm/llvm-project/commit/5630dc66369ccec925f27151b495c9f9818638f1
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
    M clang/test/SemaCXX/cxx23-assume.cpp

  Log Message:
  -----------
  [Clang] Only check for error in C++20 mode (#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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list