From 1a85a17e25f18db98ba39eb7eecbc2a117f96a5f Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Thu, 31 Oct 2019 14:03:44 +0100 Subject: [PATCH] [upstreaming] Revert removal of comment in SBAddress.h --- lldb/include/lldb/API/SBAddress.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/include/lldb/API/SBAddress.h b/lldb/include/lldb/API/SBAddress.h index 32e81ace1ca3f..2874a3602af2d 100644 --- a/lldb/include/lldb/API/SBAddress.h +++ b/lldb/include/lldb/API/SBAddress.h @@ -31,6 +31,8 @@ class LLDB_API SBAddress { explicit operator bool() const; + // operator== is a free function + bool operator!=(const SBAddress &rhs) const; bool IsValid() const;