summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-26 16:07:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-28 08:08:52 +0200
commitedd0d35590fc368c6c06a9bb5c108aacbc742371 (patch)
tree467434c8c07ae5291b3347fe326cad12cc08f1ba /compilerplugins
parenta3783c0af4bd21eb9c001aadc60c660c06a47779 (diff)
loplugin:countusersofdefaultparams
Change-Id: I84868b3115c534a8240394283cc3beedf8cb3a80 Reviewed-on: https://gerrit.libreoffice.org/53543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/test/sallogareas.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/compilerplugins/clang/test/sallogareas.cxx b/compilerplugins/clang/test/sallogareas.cxx
index eb3f1a70fa2f..e3a58be70be6 100644
--- a/compilerplugins/clang/test/sallogareas.cxx
+++ b/compilerplugins/clang/test/sallogareas.cxx
@@ -45,14 +45,6 @@ int main()
{
DBG_UNHANDLED_EXCEPTION("xmloff");
}
- try
- {
- func1();
- }
- catch (std::exception const&)
- {
- DBG_UNHANDLED_EXCEPTION(); // expected-error {{missing log area [loplugin:sallogareas]}}
- }
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */