summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-20 13:22:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-20 14:48:27 +0100
commit5e2322ec84840df9e268a5d2855073912413d463 (patch)
tree7b7e08ec119f2a42d5ea98994cd1eedfd650c143 /solenv
parent9f0a4ae5dec545fe5d90c10ed4ddc2395e617e8e (diff)
loplugin:unusedenumconstants improvements
add some unit tests, and improve the heuristics Change-Id: I95aa97a87e178ce8d506bd245710d0ae66ad08a4 Reviewed-on: https://gerrit.libreoffice.org/63647 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-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 5b07568c1f75..091e11393e5b 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -65,6 +65,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/unoany \
compilerplugins/clang/test/unreffun \
compilerplugins/clang/test/unusedindex \
+ compilerplugins/clang/test/unusedenumconstants \
compilerplugins/clang/test/unusedvariablecheck \
compilerplugins/clang/test/unusedvariablemore \
compilerplugins/clang/test/useuniqueptr \