bazel_clang_tidy
bazel_clang_tidy copied to clipboard
Allow treating /_virtual_includes/ and bazel-out/ as -isystem
Like https://github.com/erenon/bazel_clang_tidy/pull/32, but as opt-in behavior. Additionally allow ignoring generated includes in bazel-out/
The opt-in part is handled via bool_flags, which needs Skylib.
ping on this @erenon, wdyt?
Hi, since a recent change, HeaderFilterRegex is no longer recommended: https://github.com/erenon/bazel_clang_tidy/commit/f43f9d61c201b314c62a3ebcf2d4a37f1a3b06f7
Instead, lib headers are added automatically. Does this affect this change?
re skylib: I'd like to keep this project dependency free as possible.