Re: r275653 - Reimplement ExternalSemaSource delegation in terms of

2016-07-17 Thread Richard Smith via cfe-commits
Sigh. Fixed in r275730. On 17 Jul 2016 10:54 a.m., "Reid Kleckner via cfe-commits" < cfe-commits@lists.llvm.org> wrote: > Breaks the VS 2013 build, even though we tried to check ahead of time: > https://llvm.org/bugs/show_bug.cgi?id=28589 > http://lab.llvm.org:8011/builders/clang-x86-win2008-self

Re: r275653 - Reimplement ExternalSemaSource delegation in terms of

2016-07-17 Thread Reid Kleckner via cfe-commits
Breaks the VS 2013 build, even though we tried to check ahead of time: https://llvm.org/bugs/show_bug.cgi?id=28589 http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/9110 On Fri, Jul 15, 2016 at 5:35 PM, Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author:

r275653 - Reimplement ExternalSemaSource delegation in terms of

2016-07-15 Thread Richard Smith via cfe-commits
Author: rsmith Date: Fri Jul 15 19:35:14 2016 New Revision: 275653 URL: http://llvm.org/viewvc/llvm-project?rev=275653&view=rev Log: Reimplement ExternalSemaSource delegation in terms of MultiplexExternalSemaSource to remove one of the places that needs updating every time the ExternalSemaSource i