compilerplugins/clang/test/useuniqueptr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e056e30f82ae00c5cb3249f943b0d7ec46c65aad
Author:     Miklos Vajna <vmik...@collabora.co.uk>
AuthorDate: Mon Oct 8 12:30:22 2018 +0200
Commit:     Miklos Vajna <vmik...@collabora.co.uk>
CommitDate: Mon Oct 8 12:31:17 2018 +0200

    compilerplugins: the useuniqueptr clang plugin test fails on 5.0.1
    
    I'm not sure what is the first version that passes it, let's go with 6.0
    for now.
    
    Change-Id: I7a150fbc2a722a6a47d91de4b00893303add5cc8

diff --git a/compilerplugins/clang/test/useuniqueptr.cxx 
b/compilerplugins/clang/test/useuniqueptr.cxx
index 369cfa1e8929..f246fc5ae147 100644
--- a/compilerplugins/clang/test/useuniqueptr.cxx
+++ b/compilerplugins/clang/test/useuniqueptr.cxx
@@ -278,7 +278,7 @@ class Foo23
     }
 };
 
-#if CLANG_VERSION >= 50000
+#if CLANG_VERSION >= 60000
 class Foo24
 {
     typedef std::vector<int*> HTMLAttrs;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to