Issue 91222
Summary lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:543: Possible cut'n'paste error ?
Labels lldb, code-quality
Assignees
Reporter dcb314
    Static analyser cppcheck says:

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:543:35: style: _expression_ is always false because 'else if' condition matches previous condition at line 535. [multiCondition]

Source code is

     if (m_compression_type == CompressionType::LZFSE)
 ...
     else if (m_compression_type == CompressionType::LZFSE)

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to