We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cd91b commit 7a9a8ccCopy full SHA for 7a9a8cc
1 file changed
bazel/format/clang_tidy/clang_tidy.bzl
@@ -113,7 +113,7 @@ def _safe_flags(flags):
113
"-fno-canonical-system-headers",
114
"-fstack-usage",
115
]
116
- return [flag for flag in flags if flag not in unsupported_flags and not flag.startswith("--sysroot")]
+ return [flag for flag in flags if flag not in unsupported_flags]
117
118
def _clang_tidy_aspect_impl(target, ctx):
119
# if not a C/C++ target, we are not interested
0 commit comments