[all-commits] [llvm/llvm-project] 9adf60: [lldb] Fix lldb_assert -> lldbassert in docs

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon May 15 22:18:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9adf60fc53fb105e331eec20e7fd2be71ee2a13c
      https://github.com/llvm/llvm-project/commit/9adf60fc53fb105e331eec20e7fd2be71ee2a13c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M lldb/docs/resources/contributing.rst

  Log Message:
  -----------
  [lldb] Fix lldb_assert -> lldbassert in docs

Update the documentation to reference lldbassert rather than
lldb_assert. The latter is the implementation, which shouldn't be used
directly. Instead, users should use lldbassert which is the macro that
expands to assert or lldb_assert depending on the build type.




More information about the All-commits mailing list