summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2017-03-21 20:15:42 +0000
committerChandler Carruth <chandlerc@gmail.com>2017-03-21 20:15:42 +0000
commit08781dc3b651ae44f8d2ee8c7c636299ef0b57de (patch)
tree37a63fa5ed369400f8bd7b737a5018947d1ae865 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parent1248bdaba02f7b44c694de2123ac7ef4ab9015b8 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud