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

[core] clang-format the include order + fix resulting build breaks #606

Merged
merged 1 commit into from
May 13, 2023

Commits on May 13, 2023

  1. [core] clang-format the include order + fix resulting build breaks

    Auto-format the include sections of all files using clang-format.
    Fix the resulting build breaks by adding missing includes.
    This makes the build less fragile as compilation success doesn't depend
    as much on include order.
    
    We're not all the way there since this isn't a full "IWYU" (include what you use) pass.
    But, it's a start.
    ivmaykov committed May 13, 2023
    Configuration menu
    Copy the full SHA
    62e4f38 View commit details
    Browse the repository at this point in the history