[lldb] Explicitly qualify calls to std::static_pointer_cast
authorPavel Labath <labath@google.com>
Thu, 6 Feb 2020 18:53:34 +0000 (10:53 -0800)
committerPavel Labath <labath@google.com>
Thu, 6 Feb 2020 18:55:16 +0000 (10:55 -0800)
commit31cf5819987a0b052338d7a6f41cbad5ba224b36
treef75ea62a9a1168c0ae2463274272ae16038176bc
parent17d0091d662b414600f0a31dcb3fe6cc353879a7
[lldb] Explicitly qualify calls to std::static_pointer_cast

Due to a c++ quirk, these are found through ADL only when a function with that
name is found through regular lookup. We have one such function in SharingPtr.h,
but I am trying to remove it.
lldb/include/lldb/Interpreter/CommandReturnObject.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp