[all-commits] [llvm/llvm-project] 3f458c: [Clang] Warning as error Array Comparisons from C+...

Amr Hesham via All-commits all-commits at lists.llvm.org
Sat Dec 7 09:28:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f458cd9abbf99cddcded076b5e7b4049607b7b4
      https://github.com/llvm/llvm-project/commit/3f458cd9abbf99cddcded076b5e7b4049607b7b4
  Author: Amr Hesham <amr96 at programmer.net>
  Date:   2024-12-07 (Sat, 07 Dec 2024)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/misc/redundant-expression.cpp
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/Sema/warn-stringcompare.c
    M clang/test/SemaCXX/warn-array-comparion.cpp
    M clang/test/SemaCXX/warn-self-comparisons.cpp
    M clang/www/cxx_status.html

  Log Message:
  -----------
  [Clang] Warning as error Array Comparisons from C++26 (#118872)

Starting from C++26 the array comparison warning should converted to an
error.

Fixes: #117859



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