summaryrefslogtreecommitdiff
path: root/solenv/CompilerTest_compilerplugins_clang.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 13:10:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 14:19:20 +0200
commit256c28ae3354d49d0e2ebdf11ef2a64da7954f68 (patch)
treecd12a01a9a6fa72f874ffe053d441cb0e2e4fa91 /solenv/CompilerTest_compilerplugins_clang.mk
parent6e1d959a2e890004be5be259610033210d18f7cd (diff)
new loplugin:expressionalwayszero
The code in SvXMLExportItemMapper::exportXML was broken as far back as its introduction in commit 0c28e3c480a95c03b513c55f029b979bcd9c0401 "Move SvXMLAttrContainerItem to SVX, moved writer only code to sw" Change-Id: I90043ce8b7263aa56fd0883d350e29b97eeaf99b Reviewed-on: https://gerrit.libreoffice.org/41282 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/CompilerTest_compilerplugins_clang.mk')
-rw-r--r--solenv/CompilerTest_compilerplugins_clang.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 1c44878f5b53..aec4fc09aecc 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -17,6 +17,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/datamembershadow \
compilerplugins/clang/test/droplong \
compilerplugins/clang/test/externvar \
+ compilerplugins/clang/test/expressionalwayszero \
compilerplugins/clang/test/finalprotected \
compilerplugins/clang/test/loopvartoosmall \
compilerplugins/clang/test/oncevar \