[clangd] Disable modernize-macro-to-enum tidy check
authorKadir Cetinkaya <kadircet@google.com>
Tue, 17 Jan 2023 16:11:02 +0000 (17:11 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 17 Jan 2023 16:12:07 +0000 (17:12 +0100)
commit2486c8d7bb377fccfc269472e59d748ece277c88
tree22ed24569d34b03edd1757c31ece03d2abc5ec37
parent61bb549cfd43fe4753fc78075b626ae18106fbeb
[clangd] Disable modernize-macro-to-enum tidy check

Check relies on seeing PP-directives from preamble, hence it's unusable.
See https://github.com/clangd/clangd/issues/1464.
clang-tools-extra/clangd/TidyProvider.cpp