Skip to content

Commit 8fb8385

Browse files
authored
Merge pull request #81 from Teemperor/RevertRemovedCommentSBAddressNext
[upstreaming] Revert removal of comment in SBAddress.h
2 parents 2a203bd + fc7e48f commit 8fb8385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/API/SBAddress.h

+2
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)