macOS homebrew llvm clang tidy 缺少一些检查
macOS homebrew llvm clang tidy some checks are missing
我已经使用下面提到的命令在 macOS 上通过 brew 安装了 LLVM:
brew install --with-toolchain llvm@3.9
我想使用 clang-tidy
但缺少一些检查,例如 misc-string-compare。
可能是什么问题?
据我所知,misc-string-compare 是在 LLVM 4.0 中引入的
我已经使用下面提到的命令在 macOS 上通过 brew 安装了 LLVM:
brew install --with-toolchain llvm@3.9
我想使用 clang-tidy
但缺少一些检查,例如 misc-string-compare。
可能是什么问题?
据我所知,misc-string-compare 是在 LLVM 4.0 中引入的