]> granicus.if.org Git - clang/commit
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)
commit7bccb0f026d47afb8e8235fbe6696c3a7b62a92a
treea923319d7e9afd667677f1e4b322812cf375053e
parent4547a18c48e3eaef5c38dcc85bae0b30cb629b9e
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288089 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Tooling/LookupTest.cpp