[all-commits] [llvm/llvm-project] 503e31: [clang-tidy] Exclude bitwise operators in bugprone...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Sun Sep 10 09:09:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 503e31528a81d407ae76071bbc98fdc627a0bd29
      https://github.com/llvm/llvm-project/commit/503e31528a81d407ae76071bbc98fdc627a0bd29
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-09-10 (Sun, 10 Sep 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/non-zero-enum-to-bool-conversion.cpp

  Log Message:
  -----------
  [clang-tidy] Exclude bitwise operators in bugprone-non-zero-enum-to-bool-conversion (#65498)

Improved bugprone-non-zero-enum-to-bool-conversion check by eliminating
false positives resulting from direct usage of bitwise operators.




More information about the All-commits mailing list