From 28f8a26fa12c2f78696864189356db46c1cae30c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 25 Nov 2019 11:17:19 +0100 Subject: loplugin:implicitboolconversion: Filter out bool -> std::atomic ...as used since patch set 8 of "WIP: tdf#120006 New Document converter" Change-Id: I79c2237a2e5839162272c0d49bdb4d87c9e35102 Reviewed-on: https://gerrit.libreoffice.org/83655 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- solenv/CompilerTest_compilerplugins_clang.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv/CompilerTest_compilerplugins_clang.mk') diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 318bf8c69d0a..3c9969bd628f 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -41,6 +41,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/flatten \ compilerplugins/clang/test/fragiledestructor \ compilerplugins/clang/test/getstr \ + compilerplugins/clang/test/implicitboolconversion \ compilerplugins/clang/test/indentation \ compilerplugins/clang/test/intvsfloat \ compilerplugins/clang/test/logexceptionnicely \ -- cgit