[all-commits] [llvm/llvm-project] b7914d: [clang-tidy] add default error message for perform...

Congcong Cai via All-commits all-commits at lists.llvm.org
Fri Sep 13 16:33:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7914dffd6eacfa20990a39aecd1e0d24cadc62b
      https://github.com/llvm/llvm-project/commit/b7914dffd6eacfa20990a39aecd1e0d24cadc62b
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2024-09-14 (Sat, 14 Sep 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/AvoidEndlCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/performance/avoid-endl.cpp

  Log Message:
  -----------
  [clang-tidy] add default error message for performance-avoid-endl (#107867)

use std::endl as default message when matched expr does not have valid
source text

Fixes: #107859



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list