[clang] [clang-tools-extra] [llvm] Add clang-tidy check to suggest replacement of conditional statement with std::min/std::max (PR #77816)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 4 12:55:14 PST 2024


https://github.com/PiotrZSL approved this pull request.

LGTM.
The only thing that I'm still thinking is if std is needed in name, and maybe it should be like just use-min-max.

https://github.com/llvm/llvm-project/pull/77816


More information about the cfe-commits mailing list