diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 11:19:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 13:17:07 +0200 |
commit | 9fb742489b2101c5e7cd8015d053695ce3066291 (patch) | |
tree | ba4a889f07110ca17ffb3e52e85b18b9d1e086ba /solenv | |
parent | ca83aad3703a2c3b28eb7cca43f3b6d2e9351aa4 (diff) |
move deadclass plugin to store
<sberg> noelgrandin, and is loplugin:deadclass even sound?
struct B { B(B const &) {} }; struct D: B { D(): B(*this) {} };
Change-Id: Idadd379b925aa6f9de6c625bffa8560ec4192ac7
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index a5ec62024a0e..4f1b41149536 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -13,7 +13,6 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/casttovoid \ compilerplugins/clang/test/constparams \ compilerplugins/clang/test/cppunitassertequals \ - compilerplugins/clang/test/deadclass \ compilerplugins/clang/test/datamembershadow \ compilerplugins/clang/test/droplong \ compilerplugins/clang/test/externvar \ |