summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorEwan Crawford <ewan@codeplay.com>2016-01-14 12:18:09 +0000
committerEwan Crawford <ewan@codeplay.com>2016-01-14 12:18:09 +0000
commitd0d85d22f877efb232cce509a044d54ae9874bbe (patch)
tree72e58abef498aee1e27285ca4be20248cbccd367 /lldb/packages/Python/lldbsuite
parent9f5fde70816f736dc0063d3e286c29dd3a31c513 (diff)
downloadbcm5719-llvm-d0d85d22f877efb232cce509a044d54ae9874bbe.tar.gz
bcm5719-llvm-d0d85d22f877efb232cce509a044d54ae9874bbe.zip
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 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud