[all-commits] [llvm/llvm-project] 2cac0b: Remove unused LLVMLandingPadClauseTy from Core.h (...

Vladimir Kozelkov via All-commits all-commits at lists.llvm.org
Sun Feb 2 09:18:28 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cac0bf8fee896d3204c310a736e5bfe85fbdebd
      https://github.com/llvm/llvm-project/commit/2cac0bf8fee896d3204c310a736e5bfe85fbdebd
  Author: Vladimir Kozelkov <46866705+vova7878 at users.noreply.github.com>
  Date:   2025-02-02 (Sun, 02 Feb 2025)

  Changed paths:
    M llvm/include/llvm-c/Core.h

  Log Message:
  -----------
  Remove unused LLVMLandingPadClauseTy from Core.h (#124472)

enum LLVMLandingPadClauseTy has never been used and exists by mistake.

[This](https://github.com/llvm-mirror/llvm/commit/772fe17a6d07304ae2e6b3052bbb24ebb751f0f3#diff-9e2da57026497163c9f7396a48567626a0b94828a5757436ef20a4e67522525d) commit added a LLVMAddClause function that took it as a parameter. 

[Here](https://github.com/llvm-mirror/llvm/commit/10c6d12a9fd4dab411091f64db4db69670b88850#diff-6e588c82c378e251a7d265b08973d4a7312a592756f88023cd317f109083de10) the enum was removed.

And [here](https://github.com/llvm-mirror/llvm/commit/e6e8826870bee3facb04f950f0bd725f8a88623d#diff-9e2da57026497163c9f7396a48567626a0b94828a5757436ef20a4e67522525d) it is added again by mistake, although the LLVMAddClause function no longer accepts it



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list