[clang-tools-extra] [clang-tidy] Add performance-redundant-lookup check (PR #125420)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 3 09:20:48 PST 2025
================
@@ -91,6 +91,12 @@ Improvements to clang-tidy
New checks
^^^^^^^^^^
+- New :doc:`performance-redundant-lookup
+ <clang-tidy/checks/performance/redundant-lookup>` check.
+
+ This check warns about potential redundant container lookup operations within
----------------
EugeneZelenko wrote:
`This check` should be omitted.
https://github.com/llvm/llvm-project/pull/125420
More information about the cfe-commits
mailing list