From 783120996aba341519393dd0100520707249d208 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Dec 2017 15:53:21 +0200 Subject: new loplugin: convertlong merge the droplong and convertuintptr into one new plugin. Limit the analysis to looking at var decl's, since that seems to be safest proposition, even if that too needs some careful analysis. Change-Id: Id005baaf05cfb157ce44a06a1c81f08559a07d1f Reviewed-on: https://gerrit.libreoffice.org/46851 Tested-by: Jenkins Reviewed-by: Noel Grandin --- solenv/clang-format/blacklist | 2 -- 1 file changed, 2 deletions(-) (limited to 'solenv/clang-format') diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index ae00770a3ee7..6eb9adf1d741 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -1840,12 +1840,10 @@ compilerplugins/clang/test/casttovoid.cxx compilerplugins/clang/test/commaoperator.cxx compilerplugins/clang/test/constmethod.cxx compilerplugins/clang/test/constparams.cxx -compilerplugins/clang/test/convertuintptr.cxx compilerplugins/clang/test/cppunitassertequals.cxx compilerplugins/clang/test/cppunitassertequals.hxx compilerplugins/clang/test/datamembershadow.cxx compilerplugins/clang/test/dodgyswitch.cxx -compilerplugins/clang/test/droplong.cxx compilerplugins/clang/test/expressionalwayszero.cxx compilerplugins/clang/test/externvar.cxx compilerplugins/clang/test/externvar.hxx -- cgit