Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add external includes to clang-tidy invocation
- Current workaround is to manually add paths, e.g. `build:clang-tidy --copt=-isystem./external/mylibrary/include` - This uses bazel's [`external_includes`](https://bazel.build/rules/lib/builtins/CompilationContext#external_includes) to fix this
- Loading branch information