Closed michael-ahn closed 1 month ago
This would be good to get in:
https://bazel.build/rules/lib/builtins/CompilationContext#external_includes says that these external_includes usually included with angle brackets:
depset CompilationContext.external_includes Returns the set of search paths (as strings) for external header files referenced by angle bracket. Usually passed with -isystem.
+1
Thanks! Merged.
external_includes
to account for external dependencies' headers (e.g.@my_library
incc_library.deps
)build:clang-tidy --copt=-isystem./external/my_library/include
; with this change this is no longer needed