[Libreoffice-commits] core.git: compilerplugins/clang
Noel Grandin
noel.grandin at collabora.co.uk
Tue Feb 6 08:11:09 UTC 2018
compilerplugins/clang/pointerbool.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 5d15bb58494eb09922df0ea1d52f0ff911b3456e
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Tue Feb 6 09:48:06 2018 +0200
remove debugging code
Change-Id: Ia5018354a764f900091cb5e03327721fa66591c9
diff --git a/compilerplugins/clang/pointerbool.cxx b/compilerplugins/clang/pointerbool.cxx
index 543e8c6533c8..02fe6515aabd 100644
--- a/compilerplugins/clang/pointerbool.cxx
+++ b/compilerplugins/clang/pointerbool.cxx
@@ -93,7 +93,6 @@ bool PointerBool::VisitCallExpr(CallExpr const* callExpr)
<< arg->getSourceRange();
report(DiagnosticsEngine::Note, "method here", param->getLocation())
<< param->getSourceRange();
- arg->getType()->dump();
}
return true;
}
More information about the Libreoffice-commits
mailing list