[all-commits] [llvm/llvm-project] a4933f: Revert "[Clang] Extend -Wbool-operation to warn ab...
Dávid Bolvanský via All-commits
all-commits at lists.llvm.org
Sun Oct 3 03:47:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4933f57f3f0a45e1db1075f7285f0761a80fc06
https://github.com/llvm/llvm-project/commit/a4933f57f3f0a45e1db1075f7285f0761a80fc06
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
R clang/test/Sema/warn-bitwise-and-bool.c
R clang/test/Sema/warn-bitwise-or-bool.c
Log Message:
-----------
Revert "[Clang] Extend -Wbool-operation to warn about bitwise and of bools with side effects"
This reverts commit f62d18ff140f67a8776a7a3c62a75645d8d540b5. Found some cases in LLVM itself.
More information about the All-commits
mailing list