With this `.clangd` file: ```yaml Diagnostics: ClangTidy: Add: - clang-analyzer-unix-Malloc ``` I get the message in the title. And yet, `clang-tidy -checks='*' --list-checks | grep Malloc` yields: ``` clang-analyzer-unix.Malloc clang-analyzer-unix.MallocSizeof ```