https://bugs.kde.org/show_bug.cgi?id=393039
Sergio Martins <smart...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/cla | |zy/ca3d44ebbfe588746e662d28 | |b92eb2a78f442303 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Sergio Martins <smart...@kde.org> --- Git commit ca3d44ebbfe588746e662d28b92eb2a78f442303 by Sergio Martins. Committed on 15/08/2018 at 20:44. Pushed by smartins into branch 'master'. Introduce empty-qstringliteral Suggests to use QString instead of an empty QStringLiteral(). M +1 -0 Changelog M +1 -0 CheckSources.cmake M +1 -0 README.md M +6 -0 checks.json A +6 -0 docs/checks/README-empty-qstringliteral.md M +1 -0 readmes.cmake M +2 -0 src/Checks.h A +63 -0 src/checks/level0/empty-qstringliteral.cpp [License: LGPL (v2+)] A +38 -0 src/checks/level0/empty-qstringliteral.h [License: LGPL (v2+)] M +17 -16 tests/clazy/test_requested_checks.sh.expected A +7 -0 tests/empty-qstringliteral/config.json A +11 -0 tests/empty-qstringliteral/main.cpp [License: UNKNOWN] * A +3 -0 tests/empty-qstringliteral/main.cpp.expected The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://commits.kde.org/clazy/ca3d44ebbfe588746e662d28b92eb2a78f442303 -- You are receiving this mail because: You are watching all bug changes.