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 cb45e87 commit c4c4b9cCopy full SHA for c4c4b9c
clang_tidy/clang_tidy.bzl
@@ -70,7 +70,7 @@ def _run_tidy(
70
71
args.add_all(compilation_context.system_includes.to_list(), before_each = "-isystem")
72
73
- args.add_all(compilation_context.external_includes.to_list(), before_each = "-isystem")
+ args.add_all(compilation_context.external_includes.to_list(), before_each = "-isystem")
74
75
ctx.actions.run(
76
inputs = inputs,
0 commit comments