From e056e30f82ae00c5cb3249f943b0d7ec46c65aad Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 8 Oct 2018 12:30:22 +0200 Subject: [PATCH] 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 --- compilerplugins/clang/test/useuniqueptr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 HTMLAttrs;