[all-commits] [llvm/llvm-project] cef521: Revert "[clang-tidy] Add modernize-macro-to-enum c...

dyung via All-commits all-commits at lists.llvm.org
Fri Mar 25 11:54:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef52105bd4b639a76de71cc84ed8d56bdaede1d
      https://github.com/llvm/llvm-project/commit/cef52105bd4b639a76de71cc84ed8d56bdaede1d
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2022-03-25 (Fri, 25 Mar 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    R clang-tools-extra/clang-tidy/modernize/MacroToEnumCheck.cpp
    R clang-tools-extra/clang-tidy/modernize/MacroToEnumCheck.h
    M clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    R clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-macro-to-enum.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    R clang-tools-extra/docs/clang-tidy/checks/modernize-macro-to-enum.rst
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-macro-to-enum/modernize-macro-to-enum.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-macro-to-enum/modernize-macro-to-enum2.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-macro-to-enum/modernize-macro-to-enum3.h
    R clang-tools-extra/test/clang-tidy/checkers/modernize-macro-to-enum.cpp

  Log Message:
  -----------
  Revert "[clang-tidy] Add modernize-macro-to-enum check"

This reverts commit 39b80c8380c86539de391600efaa17184b5a52b4.

This change was causing build failures on several build bots:
- https://lab.llvm.org/buildbot/#/builders/139/builds/19210
- https://lab.llvm.org/buildbot/#/builders/93/builds/7956




More information about the All-commits mailing list