summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unnecessaryvirtual.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-31 17:26:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-01 11:39:55 +0100
commit62222b40973fa71eba6c77bdd85be30864350f3f (patch)
tree7728e082850540f6f3040e6656e3d2478bcd1c7c /compilerplugins/clang/unnecessaryvirtual.cxx
parent5acfb93c6461589bcb5b92ae363b0aed6424b9a2 (diff)
these TODOs have been done
Change-Id: I5457f38f4668175a8f3e1b0f24a90963ee9d585f Reviewed-on: https://gerrit.libreoffice.org/49076 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unnecessaryvirtual.cxx')
-rw-r--r--compilerplugins/clang/unnecessaryvirtual.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/unnecessaryvirtual.cxx b/compilerplugins/clang/unnecessaryvirtual.cxx
index f9283e3a1754..277ef8f5bf02 100644
--- a/compilerplugins/clang/unnecessaryvirtual.cxx
+++ b/compilerplugins/clang/unnecessaryvirtual.cxx
@@ -29,7 +29,6 @@ Note that the actual process may involve a fair amount of undoing, hand editing,
to get it to work :-)
TODO some boost bind stuff appears to confuse it, notably in the xmloff module
-TODO does not find destructors that don't need to be virtual
*/
namespace {