commit | f2df02b3552dd3ad397362243bf589fdf9c6cc3c | [log] [tgz] |
---|---|---|
author | Reid Kleckner <reid@kleckner.net> | Thu Feb 13 19:51:13 2014 +0000 |
committer | Reid Kleckner <reid@kleckner.net> | Thu Feb 13 19:51:13 2014 +0000 |
tree | 7c05bbc4b22a1583a722dfe3946146d1eeb3df0a | |
parent | fa9ce5c7919d7e2e72abc5e171936e99ab489441 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201358 91177308-0d34-0410-b5e6-96231b3b80d8