forked from OSchip/llvm-project
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:
parent
8fa5e98fd1
commit
76ee21e1d0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue