Avoid lambdas in default member initializers to work around clang bug
authorReid Kleckner <rnk@google.com>
Mon, 28 Nov 2016 23:58:04 +0000 (23:58 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 28 Nov 2016 23:58:04 +0000 (23:58 +0000)
commit9e749f663647545fd897e516cee57d19c3daeca5
tree8262230c47aadd182677cfcb27f72e2747a391c4
parent2bd32b05fb25af269ca867e6838076c5cc69bbb7
Avoid lambdas in default member initializers to work around clang bug

On Windows, Clang is mangling lambdas in default member initializers
incorrectly. See PR31197.

This is causing redness on the self-host bots. Work around the problem
locally so we aren't blind to further issues.

llvm-svn: 288089
clang/unittests/Tooling/LookupTest.cpp