diff options
author | Ewan Crawford <ewan@codeplay.com> | 2016-01-14 12:18:09 +0000 |
---|---|---|
committer | Ewan Crawford <ewan@codeplay.com> | 2016-01-14 12:18:09 +0000 |
commit | d0d85d22f877efb232cce509a044d54ae9874bbe (patch) | |
tree | 72e58abef498aee1e27285ca4be20248cbccd367 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 9f5fde70816f736dc0063d3e286c29dd3a31c513 (diff) | |
download | llvm-d0d85d22f877efb232cce509a044d54ae9874bbe.zip llvm-d0d85d22f877efb232cce509a044d54ae9874bbe.tar.gz llvm-d0d85d22f877efb232cce509a044d54ae9874bbe.tar.bz2 |
Fix ambiguous resolution of clang::ArrayType/llvm::ArrayType in ClangAstContext
Both llvm and clang have an ArrayType class, which can cause resolution to fail when llvm headers that are implicitly included name this type.
source/Symbol/ClangASTContext.cpp has 'using namespace llvm;' and 'using namespace clang;'
Author: Luke Drummond <luke.drummond@codeplay.com>
Differential Revision: http://reviews.llvm.org/D16155
llvm-svn: 257759
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions