Skip to content

v0.3.0

Compare
Choose a tag to compare
@ejfitzgerald ejfitzgerald released this 22 Apr 20:11
· 4 commits to master since this release
v0.3.0
7109980

Changes

  • Improved error reporting
  • Make -export-fixes optional
  • Build root can be specified with -p or -p=
  • Search for .clang-tidy and compile_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 the CLANG_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