Namespace fixup for D68340 build on MSVC

we seem to run into issues with nested namespace lookups in recently landed
D68340 so just make them explicit.
This commit is contained in:
David Tenty 2019-10-24 15:47:08 -04:00
parent 8fa5e98fd1
commit 76ee21e1d0
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
namespace aix = clang::driver::tools::aix;
using AIX = clang::driver::toolchains::AIX;
using namespace clang::driver;
using namespace clang::driver::tools;
using namespace llvm::opt;