summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/droplong.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-17 11:35:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-17 13:18:34 +0200
commitb0d7b8fa63109117ec19864ddd2462683088d1e3 (patch)
tree48ef8f5c1809be477575562a5d02c84e3b0c7618 /compilerplugins/clang/droplong.cxx
parentd64a7f4ba80fa2a0a0ad2bddc6906ab6b78a23c8 (diff)
new loplugin convertuintptr
an experiment to see if I can make the process of eliminating sal_uIntPtr a little easier Change-Id: I808185fbf18826cb9ab5612a7be4148d52045957
Diffstat (limited to 'compilerplugins/clang/droplong.cxx')
-rw-r--r--compilerplugins/clang/droplong.cxx2
1 files changed, 0 insertions, 2 deletions
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 *);