From b0d7b8fa63109117ec19864ddd2462683088d1e3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Aug 2017 11:35:37 +0200 Subject: new loplugin convertuintptr an experiment to see if I can make the process of eliminating sal_uIntPtr a little easier Change-Id: I808185fbf18826cb9ab5612a7be4148d52045957 --- compilerplugins/clang/droplong.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'compilerplugins/clang/droplong.cxx') diff --git a/compilerplugins/clang/droplong.cxx b/compilerplugins/clang/droplong.cxx index a6ef33006d9d..fe5675b36d2f 100644 --- a/compilerplugins/clang/droplong.cxx +++ b/compilerplugins/clang/droplong.cxx @@ -57,8 +57,6 @@ public: TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); } - bool shouldVisitTemplateInstantiations () const { return true; } - bool VisitBinAssign(BinaryOperator const *); bool VisitVarDecl(VarDecl const *); bool VisitCastExpr(CastExpr const *); -- cgit