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

[clang-format] Optimize processing .clang-format-ignore files #76733

Merged
merged 2 commits into from
Jan 4, 2024

Commits on Jan 2, 2024

  1. [clang-format] Optimize processing .clang-format-ignore files

    Reuse the patterns governing the previous input file being formatted if the
    the current input file is from the same directory.
    owenca committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7f8da18 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Fix test cases for Windows.

    owenca committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b8b12c3 View commit details
    Browse the repository at this point in the history