diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 10:59:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-21 06:19:52 +0000 |
commit | 04f262ace019dc87bb52f32c42107a8f2b348d89 (patch) | |
tree | 75ee786039a4eb63962ff1dee80cb64c3aee459a /solenv | |
parent | bbe19c1312500c63748583eb2e64f5cd1190942c (diff) |
new loplugin datamembershadow
Change-Id: Ib14319848bafd1fe7e0e663c434bbdeef5e98ecf
Reviewed-on: https://gerrit.libreoffice.org/30963
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 b0ed91699ac8..ae1a07f0245e 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -12,6 +12,7 @@ $(eval $(call gb_CompilerTest_CompilerTest,compilerplugins_clang)) $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/salbool \ compilerplugins/clang/test/finalprotected \ + compilerplugins/clang/test/datamembershadow \ )) # vim: set noet sw=4 ts=4: |