Changes
- Improved error reporting
- Make
-export-fixesoptional - Build root can be specified with
-por-p= - Search for
.clang-tidyandcompile_commands.jsonfiles is now performed on all parent directories up to the root - The filesystem cache path (by default
~/.ctcache/cache) can now be set via theCLANG_TIDY_CACHE_DIRenvironment variable
Installing
Linux
curl -Lo clang-tidy-cache https://github.com/ejfitzgerald/clang-tidy-cache/releases/download/v0.3.0/clang-tidy-cache-linux-amd64 && chmod +x clang-tidy-cache && sudo mv clang-tidy-cache /usr/local/bin
macOS
curl -Lo clang-tidy-cache https://github.com/ejfitzgerald/clang-tidy-cache/releases/download/v0.3.0/clang-tidy-cache-darwin-amd64 && chmod +x clang-tidy-cache && sudo mv clang-tidy-cache /usr/local/bin