[Libreoffice-commits] core.git: compilerplugins/clang
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 8 10:32:22 UTC 2018
compilerplugins/clang/test/useuniqueptr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e056e30f82ae00c5cb3249f943b0d7ec46c65aad
Author: Miklos Vajna <vmiklos at collabora.co.uk>
AuthorDate: Mon Oct 8 12:30:22 2018 +0200
Commit: Miklos Vajna <vmiklos at 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;
More information about the Libreoffice-commits
mailing list