[all-commits] [llvm/llvm-project] fc1942: [clang-tidy][NFC] Fix bugprone-suspicious-enum-usa...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Wed Nov 29 14:54:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc19424d1d6d0df20e1734610a8e80a8e5158009
      https://github.com/llvm/llvm-project/commit/fc19424d1d6d0df20e1734610a8e80a8e5158009
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/suspicious-enum-usage-strict.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/suspicious-enum-usage.cpp

  Log Message:
  -----------
  [clang-tidy][NFC] Fix bugprone-suspicious-enum-usage tests

Fixes failure in tests from a bugprone-suspicious-enum-usage check
by limiting those test to C++17 only to make CI green.
Tests were broken by change introduced in pull request #73105




More information about the All-commits mailing list