summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-10-08 12:30:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-08 12:31:17 +0200
commite056e30f82ae00c5cb3249f943b0d7ec46c65aad (patch)
tree22a7ea5eb84dadbf1f4c313af66bfa90898a1f4b /compilerplugins
parent2a962cb122f796aef9a10252ab224f5cd70569cf (diff)
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
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/test/useuniqueptr.cxx2
1 files changed, 1 insertions, 1 deletions
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;