solenv/CompilerTest_compilerplugins_clang.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 079525b21fa4f55902af86f67a79b5439db1a289
Author: Noel Grandin <noel.gran...@collabora.co.uk>
Date:   Thu Sep 21 13:52:41 2017 +0200

    fix 'make solenv' test failure on clang-3.8
    
    clang-3.8 and clang trunk differ in how they represent ranged-for
    which leads to a test failure
    
    Change-Id: Ia8965802260fdc946d3a705c6fef82d98eeb8230

diff --git a/solenv/CompilerTest_compilerplugins_clang.mk 
b/solenv/CompilerTest_compilerplugins_clang.mk
index 10fa577d908a..f0c53ed3095a 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -38,11 +38,14 @@ $(eval $(call 
gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
     compilerplugins/clang/test/unnecessaryoverride-dtor \
     compilerplugins/clang/test/unnecessaryparen \
     compilerplugins/clang/test/unoany \
-    compilerplugins/clang/test/unusedfields \
     compilerplugins/clang/test/useuniqueptr \
     compilerplugins/clang/test/vclwidgets \
 ))
 
+# clang-3.8 and clang trunk differ in how they represent ranged-for
+# which leads to a test failure
+#    compilerplugins/clang/test/unusedfields \
+
 $(eval $(call gb_CompilerTest_use_externals,compilerplugins_clang, \
     boost_headers \
     cppunit \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to