commit | 6f01c93497df194b6f2194630a81e87d806ce0e0 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Oct 12 17:34:26 2012 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Oct 12 17:34:26 2012 +0000 |
tree | 6d8fc99cc3a8d59f8562cfe582160b49f82db67a | |
parent | 5e91e379b3be10738ab5aeae87b47001de16cd7c [diff] [blame] |
Bunch of cleanups for warnings found by the llvm static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@165808 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionParser.cpp b/source/Expression/ClangExpressionParser.cpp index 1bf791b..3d82b12 100644 --- a/source/Expression/ClangExpressionParser.cpp +++ b/source/Expression/ClangExpressionParser.cpp
@@ -755,6 +755,7 @@ { ret.SetErrorToGenericError(); ret.SetErrorString("Couldn't find the target"); + return ret; } lldb::DataBufferSP buffer_sp(new DataBufferHeap(func_range.second, 0));