[PATCH] D148318: [clang-tidy] Add `performance-avoid-endl` check

André Schackier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 17 00:22:55 PDT 2023


AMS21 added a comment.

I've also notices that we don't handle this case

  std::endl(std::cout);

Although a rather unusual thing to use, its still valid and has the same problems.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148318/new/

https://reviews.llvm.org/D148318



More information about the cfe-commits mailing list