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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Feb 13 16:03:13 PST 2014


On 13 February 2014 14:51, 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.

Congratulations!

Cheers,
Rafael



More information about the llvm-commits mailing list