diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 13:25:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-02 11:46:39 +0100 |
commit | 93e0622d0097c90effc8bec5f31cf0c12a20d88b (patch) | |
tree | be13a48682db64a222c0bb53643064058acbb5b1 /solenv | |
parent | 48d1df74036386ce19cfabd64d90afcd1532d5c9 (diff) |
loplugin:intvsfloat get this working reliably
Change-Id: Ifdf1a152f6bc2e2f6edae97a5191120f630f7e49
Reviewed-on: https://gerrit.libreoffice.org/64374
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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 091e11393e5b..e50103e39973 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -28,6 +28,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/emptyif \ compilerplugins/clang/test/externvar \ compilerplugins/clang/test/expressionalwayszero \ + compilerplugins/clang/test/intvsfloat \ compilerplugins/clang/test/faileddyncast \ compilerplugins/clang/test/finalprotected \ compilerplugins/clang/test/flatten \ |