diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-01 09:34:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-04 08:44:19 +0200 |
commit | 326295bf10985a19ac913f988980c8761c301967 (patch) | |
tree | 0b02ea6717888077e73c4837aafddd6a10dfc183 /solenv | |
parent | dfaceb70ec2f6feda6a73b8be00a7f168dfe075b (diff) |
new loplugin:redundantpointerops
Change-Id: I8428d86ea9628d69c2b40b36feee3da428a9fe1d
Reviewed-on: https://gerrit.libreoffice.org/41787
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index aec4fc09aecc..1a6001eb6a9f 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -29,6 +29,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/redundantcast \ compilerplugins/clang/test/redundantcopy \ compilerplugins/clang/test/redundantinline \ + compilerplugins/clang/test/redundantpointerops \ compilerplugins/clang/test/refcounting \ compilerplugins/clang/test/salbool \ compilerplugins/clang/test/salunicodeliteral \ |