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

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 03:59:54 PDT 2023


carlosgalvezp added a comment.

For consistency with other checks, please rename it to `performance-avoid-endl`. You can use the `rename_check.py` to easily do this :)


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