Skip to content

Commit 5d68050

Browse files
authored
Merge pull request #74 from Teemperor/RevertRemovedCommentSBAddress
[upstreaming] Revert removal of comment in SBAddress.h
2 parents 4f5a37c + 1a85a17 commit 5d68050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/API/SBAddress.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ class LLDB_API SBAddress {
3131

3232
explicit operator bool() const;
3333

34+
// operator== is a free function
35+
3436
bool operator!=(const SBAddress &rhs) const;
3537

3638
bool IsValid() const;

0 commit comments

Comments
 (0)