Issue 161938
Summary [clang-tidy] Clang-tidy check 'clang-analyzer-unix-Malloc' was not found
Labels clang-tidy
Assignees
Reporter dabrahams
    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
```

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to