[all-commits] [llvm/llvm-project] 2affdc: [lldb][NFC] Fix several -Wdocumentation warnings

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Feb 27 02:18:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2affdcee615f7f96220fd7a5c4022203f1201822
      https://github.com/llvm/llvm-project/commit/2affdcee615f7f96220fd7a5c4022203f1201822
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-02-27 (Thu, 27 Feb 2020)

  Changed paths:
    M lldb/include/lldb/Breakpoint/BreakpointResolver.h
    M lldb/include/lldb/Host/common/NativeProcessProtocol.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/Flags.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp

  Log Message:
  -----------
  [lldb][NFC] Fix several -Wdocumentation warnings

The GetOffset documentation was copied from the function above
so I completely deleted that one. The rest was just outdated
documentation that didn't keep up with renamed or changed
function parameters/return types.




More information about the All-commits mailing list