Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel: Support header_modules, layering_check and parse_headers #277

Merged
merged 1 commit into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. Bazel: Support header_modules, layering_check and parse_headers

    The layering_check feature ensures that rules that include a header
    explicitly depend on a rule that exports that header. Compiler support
    is required, and currently only Clang 16+ supports diagnoses
    layering_check failures.
    
    The parse_headers feature ensures headers are self-contained by
    compiling them with -fsyntax-only on supported compilers.
    
    The header_modules feature is Bazel support for modules and is already
    enabled when CCTZ is included in Abseil. This just reduces the BUILD diff.
    derekmauro committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9398f7b View commit details
    Browse the repository at this point in the history