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
This commit is contained in:
Miklos Vajna
2018-10-08 12:30:22 +02:00
parent 2a962cb122
commit e056e30f82

View File

@@ -278,7 +278,7 @@ class Foo23
}
};
#if CLANG_VERSION >= 50000
#if CLANG_VERSION >= 60000
class Foo24
{
typedef std::vector<int*> HTMLAttrs;