[all-commits] [llvm/llvm-project] 5a1977: [LLDB][NFC] Suppress spurious static inspection wa...

fixathon via All-commits all-commits at lists.llvm.org
Wed Aug 17 16:13:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a197772ee3077e7bfa2eb3d047d4f36a28b0f39
      https://github.com/llvm/llvm-project/commit/5a197772ee3077e7bfa2eb3d047d4f36a28b0f39
  Author: Slava Gurevich <sgurevich at gmail.com>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M lldb/include/lldb/Core/ThreadSafeValue.h
    M lldb/source/Host/common/ProcessRunLock.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/tools/lldb-vscode/FifoFiles.cpp

  Log Message:
  -----------
  [LLDB][NFC] Suppress spurious static inspection warnings

Suppress coverity false positives.
This diff contains comments only, including the hints for Coverity static code inspection
to suppress the warning originating at the next line after the comment.

Differential Revision: https://reviews.llvm.org/D131998




More information about the All-commits mailing list