Skip to content

Commit

Permalink
Revert "[clang-tidy] Add modernize-macro-to-enum check"
Browse files Browse the repository at this point in the history
This reverts commit 39b80c8.

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
  • Loading branch information
dyung committed Mar 25, 2022
1 parent 26e201b commit cef5210
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 914 deletions.
1 change: 0 additions & 1 deletion clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
Expand Up @@ -11,7 +11,6 @@ add_clang_library(clangTidyModernizeModule
DeprecatedIosBaseAliasesCheck.cpp
LoopConvertCheck.cpp
LoopConvertUtils.cpp
MacroToEnumCheck.cpp
MakeSharedCheck.cpp
MakeSmartPtrCheck.cpp
MakeUniqueCheck.cpp
Expand Down

0 comments on commit cef5210

Please sign in to comment.