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-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays #71701

Commits on Jan 29, 2024

  1. [clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays

    Add AllowStringArrays option, enabling the exclusion of array types with deduced
    sizes constructed from string literals. This includes only var declarations
    of array of characters constructed directly from c-strings.
    PiotrZSL committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    050d53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4c4573 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Formating

    PiotrZSL committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3d108c3 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    PiotrZSL committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cebb726 View commit details
    Browse the repository at this point in the history