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 toolchain files to the input set #71

Closed erenon closed 1 month ago

erenon commented 1 month ago

This prevents issues where clang-tidy can't find headers present in a user-defined sysroot, because otherwise they are not moved into the sandbox.