[all-commits] [llvm/llvm-project] 31cf58: [lldb] Explicitly qualify calls to std::static_poi...
plabath via All-commits
all-commits at lists.llvm.org
Thu Feb 6 10:55:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31cf5819987a0b052338d7a6f41cbad5ba224b36
https://github.com/llvm/llvm-project/commit/31cf5819987a0b052338d7a6f41cbad5ba224b36
Author: Pavel Labath <labath at google.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandReturnObject.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list