summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-12 09:40:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-13 08:37:58 +0100
commit61dfcdda8854498633cd874604bce2558bb976ec (patch)
tree79d4b5320e20e0e5a692526b966ea380975bda51 /solenv
parentb1d66892bbd4359be945bf103eba80959bab7478 (diff)
loplugin:unusedfields improve write-only logic
when dealing with modifications to container classes (e.g. std::vector) Change-Id: Ic30043631007355ee9a3d9e3f9b6488b435182d6 Reviewed-on: https://gerrit.libreoffice.org/65050 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/CompilerTest_compilerplugins_clang.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index e50103e39973..d5dcd1796545 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -67,16 +67,13 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/unreffun \
compilerplugins/clang/test/unusedindex \
compilerplugins/clang/test/unusedenumconstants \
+ compilerplugins/clang/test/unusedfields \
compilerplugins/clang/test/unusedvariablecheck \
compilerplugins/clang/test/unusedvariablemore \
compilerplugins/clang/test/useuniqueptr \
compilerplugins/clang/test/vclwidgets \
))
-# clang-3.8 and clang trunk differ in how they represent ranged-for
-# which leads to a test failure
-# compilerplugins/clang/test/unusedfields \
-
$(eval $(call gb_CompilerTest_use_externals,compilerplugins_clang, \
boost_headers \
cppunit \