github ejfitzgerald/clang-tidy-cache v0.3.0

latest release: v0.4.0
5 years ago

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

Don't miss a new clang-tidy-cache release

NewReleases is sending notifications on new releases.