Skip to content

Commit

Permalink
Namespace fixup for D68340 build on MSVC
Browse files Browse the repository at this point in the history
we seem to run into issues with nested namespace lookups in recently landed
D68340 so just make them explicit.
  • Loading branch information
daltenty committed Oct 24, 2019
1 parent 8fa5e98 commit 76ee21e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/lib/Driver/ToolChains/AIX.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 76ee21e

Please sign in to comment.