[Lldb-commits] [PATCH] D19086: [clang-analyzer] fix warnings emitted on lldb code base

Apelete Seketeli via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 13:08:45 PDT 2016


apelete updated this revision to Diff 53774.
apelete added a comment.

[clang-analyzer] fix warnings emitted on lldb code base

Following changes were done in this revision:

- source/API/SBThread.cpp: swith if() statement conditions to branch out early,
- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp: return early if reg_ctx is null.


http://reviews.llvm.org/D19086

Files:
  include/lldb/Utility/LLDBAssert.h
  source/API/SBThread.cpp
  source/Core/DynamicLoader.cpp
  source/Core/FormatEntity.cpp
  source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19086.53774.patch
Type: text/x-patch
Size: 4535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160414/1b08e343/attachment.bin>


More information about the lldb-commits mailing list