https://bugs.kde.org/show_bug.cgi?id=437092
Sergio Martins <smart...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/sdk/ | |clazy/commit/def0b3d9620876 | |d69456c907ee276e86c880147c Status|ASSIGNED |RESOLVED --- Comment #2 from Sergio Martins <smart...@kde.org> --- Git commit def0b3d9620876d69456c907ee276e86c880147c by Sergio Martins. Committed on 14/05/2021 at 22:37. Pushed by smartins into branch '1.9'. incorrect-emit: Don't classify template functions as signals It was using the loc of the method definition, which is after "signals". Instead of improving the loc calculation for the template case, simply bail out early and save some CPU cycles. signals can't be templated M +1 -1 src/AccessSpecifierManager.cpp https://invent.kde.org/sdk/clazy/commit/def0b3d9620876d69456c907ee276e86c880147c -- You are receiving this mail because: You are watching all bug changes.