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 /compilerplugins | |
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 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/store/deadclass.cxx (renamed from compilerplugins/clang/deadclass.cxx) | 0 | ||||
-rw-r--r-- | compilerplugins/clang/store/test/deadclass.cxx (renamed from compilerplugins/clang/test/deadclass.cxx) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/compilerplugins/clang/deadclass.cxx b/compilerplugins/clang/store/deadclass.cxx index 1aaac2a8d09b..1aaac2a8d09b 100644 --- a/compilerplugins/clang/deadclass.cxx +++ b/compilerplugins/clang/store/deadclass.cxx diff --git a/compilerplugins/clang/test/deadclass.cxx b/compilerplugins/clang/store/test/deadclass.cxx index d8b9cdb60889..d8b9cdb60889 100644 --- a/compilerplugins/clang/test/deadclass.cxx +++ b/compilerplugins/clang/store/test/deadclass.cxx |