[llvm] r201358 - Tweak an _MSC_VER ifdef to use typename with clang in a unittest

David Blaikie dblaikie at gmail.com
Thu Feb 13 16:28:34 PST 2014


On Thu, Feb 13, 2014 at 11:51 AM, Reid Kleckner <reid at kleckner.net> wrote:

> Author: rnk
> Date: Thu Feb 13 13:51:13 2014
> New Revision: 201358
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201358&view=rev
> Log:
> Tweak an _MSC_VER ifdef to use typename with clang in a unittest
>
> In theory, Clang should figure out how to parse this correctly without
> typename, but since this is the last TU that Clang falls back on in the
> self-host, I'm going to compromise and check for __clang__.
>
> And now Clang can self-host on -win32 without fallback!  The 'check' and
> 'check-clang' targets both pass.


Awesome! \o/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/0fafc7e2/attachment.html>


More information about the llvm-commits mailing list