[clang-tools-extra] [clang-tidy] Add performance-redundant-lookup check (PR #125420)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 3 09:19:02 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
----------------
steakhal wrote:
Fixed in d9d3984a056192b8ef61f385090d90c55774123d
https://github.com/llvm/llvm-project/pull/125420
More information about the cfe-commits
mailing list