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 bugprone-suspicious-stringview-data-usage check #83716

Commits on Mar 7, 2024

  1. [clang-tidy] Add bugprone-suspicious-stringview-data-usage check

    This check identifies suspicious usages of std::string_view::data()
    that could lead to reading out-of-bounds data due to inadequate or
    incorrect string null termination.
    PiotrZSL committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d56e333 View commit details
    Browse the repository at this point in the history
  2. Fix initList handling

    PiotrZSL committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4310713 View commit details
    Browse the repository at this point in the history
  3. Formating

    PiotrZSL committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5158c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Remove DataWithSelfCall

    PiotrZSL committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bdb21b6 View commit details
    Browse the repository at this point in the history