[all-commits] [llvm/llvm-project] 2486c8: [clangd] Disable modernize-macro-to-enum tidy check
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Jan 17 08:12:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2486c8d7bb377fccfc269472e59d748ece277c88
https://github.com/llvm/llvm-project/commit/2486c8d7bb377fccfc269472e59d748ece277c88
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M clang-tools-extra/clangd/TidyProvider.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list