Skip to content

Add support for parse_headers#337

Merged
brentleyjones merged 1 commit intomasterfrom
ks/add-support-for-parse_headers
Jun 28, 2024
Merged

Add support for parse_headers#337
brentleyjones merged 1 commit intomasterfrom
ks/add-support-for-parse_headers

Conversation

@keith
Copy link
Copy Markdown
Member

@keith keith commented Jun 28, 2024

This feature enables bazel to validate "C++" header files through clang.
Without this you only get this type of validating when you actually
include the library elsewhere.

Similar to layering_check we have to validate this outside of normal
bazel because we are expecting build failures and need to parse the logs

This mirrors bazelbuild/bazel#21560

This feature enables bazel to validate "C++" header files through clang.
Without this you only get this type of validating when you actually
include the library elsewhere.

Similar to layering_check we have to validate this outside of normal
bazel because we are expecting build failures and need to parse the logs

This mirrors bazelbuild/bazel#21560
@brentleyjones brentleyjones merged commit e8007bf into master Jun 28, 2024
@brentleyjones brentleyjones deleted the ks/add-support-for-parse_headers branch June 28, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants