[all-commits] [llvm/llvm-project] 26e9f2: [lldb] Add the ability to remove diagnostic callbacks

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Feb 9 13:21:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26e9f23ada4f7dea37199bca89ce628e2a54b74e
      https://github.com/llvm/llvm-project/commit/26e9f23ada4f7dea37199bca89ce628e2a54b74e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M lldb/include/lldb/Utility/Diagnostics.h
    M lldb/source/Utility/Diagnostics.cpp

  Log Message:
  -----------
  [lldb] Add the ability to remove diagnostic callbacks

Add the ability to remove diagnostic callbacks. This is necessary for
diagnostics who's lifetime is tied to objects that can be destroyed.

Differential revision: https://reviews.llvm.org/D143548


  Commit: e5906f64a63d064e6a9ea2c46ebc9c285ca02bd1
      https://github.com/llvm/llvm-project/commit/e5906f64a63d064e6a9ea2c46ebc9c285ca02bd1
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h

  Log Message:
  -----------
  [DWARFLinker] Fix typo and improve comments (NFC)

Fix a typo and improve comments to match the LLVM coding style.


Compare: https://github.com/llvm/llvm-project/compare/d6c3d7924fee...e5906f64a63d


More information about the All-commits mailing list