diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-31 17:51:25 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-31 17:51:25 +0000 | 
| commit | 6492be7d57b91310e3f3b6fddb0dd747c4311b44 (patch) | |
| tree | 4466b107e3de777c9d922ec5dd2c20ed0346d70d /contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp | |
| parent | c85947bf324728dd1b26c2a7454535ba2134185c (diff) | |
| parent | f73363f1dd94996356cefbf24388f561891acf0b (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp')
| -rw-r--r-- | contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp b/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp index 5e8f051dec98..82b7ac1675fa 100644 --- a/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp +++ b/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp @@ -147,9 +147,8 @@ public:      return child_sp;    } -  // return true if this object is now safe to use forever without -  // ever updating again; the typical (and tested) answer here is -  // 'false' +  // return true if this object is now safe to use forever without ever +  // updating again; the typical (and tested) answer here is 'false'    bool Update() override { return false; }    // maybe return false if the block pointer is, say, null  | 
