aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2018-08-15 21:38:23 +0100
committerSergio Martins <smartins@kde.org>2018-08-15 21:44:02 +0100
commitca3d44ebbfe588746e662d28b92eb2a78f442303 (patch)
tree1aaeacc9c2669a1af646261307cf10758628d1a7 /Changelog
parent70032c8ed25345da49578e8d1b7db22fa17c7eed (diff)
Introduce empty-qstringliteral
Suggests to use QString instead of an empty QStringLiteral(). BUG: 393039
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f3cbaa97..91fd689c 100644
--- a/Changelog
+++ b/Changelog
@@ -77,6 +77,7 @@
wrong-qevent-cast
static-pmf
raw-environment-function
+ empty-qstringliteral
- auto-unexpected-qstringbuilder now also warns for lambdas returning QStringBuilder
- performance optimizations
- Added -header-filter=<regex> option to clazy-standalone. Only headers matching the regexp will have warnings,