We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da52744 commit 13c9511Copy full SHA for 13c9511
clang_tidy/clang_tidy.bzl
@@ -237,7 +237,7 @@ def _clang_tidy_aspect_impl(target, ctx):
237
c_flags = safe_flags(toolchain_flags(ctx, ACTION_NAMES.c_compile) + rule_flags) + ["-xc"]
238
cxx_flags = safe_flags(toolchain_flags(ctx, ACTION_NAMES.cpp_compile) + rule_flags) + ["-xc++"]
239
240
- include_headers = "no-clang-tidy-headers" not in ctx.rule.attr.tags
+ include_headers = "clang-tidy-headers" in ctx.rule.attr.tags
241
srcs = rule_sources(ctx.rule.attr, include_headers)
242
243
outputs = [
0 commit comments