diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-13 11:58:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-13 13:39:08 +0200 |
commit | b6086804af2b112f529952852ac55a2ffe7bd931 (patch) | |
tree | 84b0a77c12c22c52167423134b0468d731957bef /solenv | |
parent | f7157f04fab298423e2c4f6a7e5f8e361164b15f (diff) |
new loplugin logexceptionnicely
to be used to find places to use new TOOLS_WARN_EXCEPTION,etc macros
Change-Id: I213ab47efa82075435bb800736ee0937aea0486c
Reviewed-on: https://gerrit.libreoffice.org/73950
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index fbc2d8a8d452..c3a9054a6931 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -34,6 +34,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/finalprotected \ compilerplugins/clang/test/flatten \ compilerplugins/clang/test/indentation \ + compilerplugins/clang/test/logexceptionnicely \ compilerplugins/clang/test/loopvartoosmall \ compilerplugins/clang/test/oncevar \ compilerplugins/clang/test/oslendian-1 \ |