[all-commits] [llvm/llvm-project] f59cc9: Reland "[Clang] Extend -Wbool-operation to warn ab...

Dávid Bolvanský via All-commits all-commits at lists.llvm.org
Sun Oct 3 04:05:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f59cc9542bfb461d16ad12b2cc4be4abbfd9d96e
      https://github.com/llvm/llvm-project/commit/f59cc9542bfb461d16ad12b2cc4be4abbfd9d96e
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2021-10-03 (Sun, 03 Oct 2021)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/Misc/warning-wall.c
    A clang/test/Sema/warn-bitwise-and-bool.c
    A clang/test/Sema/warn-bitwise-or-bool.c

  Log Message:
  -----------
  Reland "[Clang] Extend -Wbool-operation to warn about bitwise and of bools with side effects"

This reverts commit a4933f57f3f0a45e1db1075f7285f0761a80fc06. New warnings were fixed.




More information about the All-commits mailing list