https://bugs.kde.org/show_bug.cgi?id=353801
Sergio Martins <smart...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/claz | |y/66b5fecd1af79472fb8ef67b2 | |2be19405dd5550c --- Comment #1 from Sergio Martins <smart...@kde.org> --- Git commit 66b5fecd1af79472fb8ef67b22be19405dd5550c by Sergio Martins. Committed on 11/02/2016 at 22:26. Pushed by smartins into branch 'master'. container-anti-pattern: Warn when using values() and keys() in for for (auto i : hash.values()) {} // Warning foreach (auto i, hash.values()) {} // Warning M +4 -0 checks/README-container-anti-pattern M +44 -1 checks/container-anti-pattern.cpp M +5 -0 checks/container-anti-pattern.h M +11 -0 tests/container-anti-pattern/main.cpp M +4 -0 tests/container-anti-pattern/main.cpp.expected http://commits.kde.org/clazy/66b5fecd1af79472fb8ef67b22be19405dd5550c -- You are receiving this mail because: You are watching all bug changes.