diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2017-03-21 20:15:42 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2017-03-21 20:15:42 +0000 |
commit | 08781dc3b651ae44f8d2ee8c7c636299ef0b57de (patch) | |
tree | 37a63fa5ed369400f8bd7b737a5018947d1ae865 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 1248bdaba02f7b44c694de2123ac7ef4ab9015b8 (diff) | |
download | bcm5719-llvm-08781dc3b651ae44f8d2ee8c7c636299ef0b57de.tar.gz bcm5719-llvm-08781dc3b651ae44f8d2ee8c7c636299ef0b57de.zip |
Don't make unqualified calls to functions that could well be found via
ADL as reasonable extension points.
All of this would be cleaner if this code followed the more usual LLVM
convention of not having deeply nested namespaces inside of .cpp files
and instead having a `using namespace ...;` at the top. Then the static
function would be in the global namespace and easily referred to as
`::join`. Instead we have to write a fairly contrived qualified name.
I figure the authors can clean this up with a less ambiguous name, using
the newly provided LLVM `join` function, or any other solution, but this
at least fixes the build.
llvm-svn: 298434
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions