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 default error message for performance-avoid-endl #107867

Commits on Sep 9, 2024

  1. [clang-tidy] add default error message for performance-avoid-endl

    use ::std::endl as default message when matched expr does not have valid source text
    HerrCai0907 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    31b01c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af236e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89313a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix

    HerrCai0907 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f0cdfb4 View commit details
    Browse the repository at this point in the history
  2. fix

    HerrCai0907 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d7ce4dc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. update release note

    HerrCai0907 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c2e6983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ae0e8 View commit details
    Browse the repository at this point in the history
  3. fix function call also

    HerrCai0907 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b764598 View commit details
    Browse the repository at this point in the history