Fix nested namespace with decltype to hopefully work with MSVC
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Nov 2014 21:56:57 +0000 (21:56 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Nov 2014 21:56:57 +0000 (21:56 +0000)
commitde67e5c3fb912f12557066b1201884a7bfaf9454
treef089449c4a79309efd03b57ae0a10195eeea642d
parentb92db75a0364fa47e4274afcdc107a45fd88835b
Fix nested namespace with decltype to hopefully work with MSVC

Build failed here:
http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/14629/steps/build_Lld/logs/stdio

So I'm taking a shot in the dark that MSVC (whatever version that is)
can't cope with nested name specifiers with a decltype prefix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221931 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.h