summaryrefslogtreecommitdiff
path: root/solenv/CompilerTest_compilerplugins_clang.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-22 11:56:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 11:15:33 +0200
commit61e94390a3b86024b76c3418fe8c5e517c5c5123 (patch)
treecf701ad41c465540c90c6548716180bdd44e278f /solenv/CompilerTest_compilerplugins_clang.mk
parentdfb18a0557d5a897f443fd1f1d617365f6ae134a (diff)
new loplugin simplifyconstruct
no need to init smart pointers with nullptr, they all have default constructors that do this already Change-Id: Ief20c060daa0def8c1aa82f1cf8dc4bc696761e9 Reviewed-on: https://gerrit.libreoffice.org/59818 Tested-by: Jenkins 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 ad9b1e3f5192..f56fd772e806 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -49,6 +49,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/salunicodeliteral \
compilerplugins/clang/test/shouldreturnbool \
compilerplugins/clang/test/simplifybool \
+ compilerplugins/clang/test/simplifyconstruct \
compilerplugins/clang/test/simplifydynamiccast \
compilerplugins/clang/test/stringbuffer \
compilerplugins/clang/test/stringconstant \