[clang-tools-extra] [clang-tidy] Add performance-redundant-lookup check (PR #125420)

via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 3 07:30:24 PST 2025


================
@@ -0,0 +1,147 @@
+.. title:: clang-tidy - performance-redundant-lookup
+
+performance-redundant-lookup
+============================
+
+This check warns about potential redundant container lookup operations within
----------------
EugeneZelenko wrote:

Please synchronize with statement in Release Notes.

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


More information about the cfe-commits mailing list