erenon / bazel_clang_tidy

Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled
MIT License
109 stars 58 forks source link

Add implementation_deps compilation_contexts. #70

Closed dotnwat closed 1 month ago

dotnwat commented 1 month ago

This is a rebased and fixed version of https://github.com/zpzjzj/bazel_clang_tidy/commit/867182a4683a4357b940498ef4d544738d34b5cc which seems to work ok with implementation_deps.

cc @zpzjzj

erenon commented 1 month ago

Thanks!