[clang-tools-extra] [clang-tidy] add default error message for performance-avoid-endl (PR #107867)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 15:03:00 PDT 2024
================
@@ -120,6 +120,10 @@ Changes in existing checks
<clang-tidy/checks/modernize/use-std-print>` check to support replacing
member function calls too.
+- Improved :doc:`performance-avoid-endl
+ <clang-tidy/checks/performance/avoid-endl>` check by fixing incorrect
+ message.
+
----------------
5chmidti wrote:
This feels a bit terse to me. (possible change would depend on the resolution to the other comment)
https://github.com/llvm/llvm-project/pull/107867
More information about the cfe-commits
mailing list