forked from OSchip/llvm-project
Fix a comment for ValueObject::GetValueDidChange after r231526
Summary: Fix a comment for ValueObject::GetValueDidChange after r231526. This fix was requested by @jingham. Reviewers: jingham, ki.stfu Reviewed By: ki.stfu Subscribers: lldb-commits, jingham Differential Revision: http://reviews.llvm.org/D8206 llvm-svn: 231804
This commit is contained in:
parent
9bf6b75f04
commit
a3cea50016
|
@ -84,7 +84,7 @@ public:
|
|||
ValueType
|
||||
GetValueType ();
|
||||
|
||||
// It will be only valid starting from the second time.
|
||||
// If you call this on a newly created ValueObject, it will always return false.
|
||||
bool
|
||||
GetValueDidChange ();
|
||||
|
||||
|
|
|
@ -649,7 +649,7 @@ public:
|
|||
bool
|
||||
GetValueIsValid () const;
|
||||
|
||||
// It will be only valid starting from the second time.
|
||||
// If you call this on a newly created ValueObject, it will always return false.
|
||||
bool
|
||||
GetValueDidChange ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue