v0.3.0
Changes
- Improved error reporting
- Make
-export-fixes
optional - Build root can be specified with
-p
or-p=
- Search for
.clang-tidy
andcompile_commands.json
files 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_DIR
environment 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