[clang] [APINotes] Remove unused API (PR #98943)

2024-07-16 Thread Egor Zhdan via cfe-commits
https://github.com/egorzhdan closed https://github.com/llvm/llvm-project/pull/98943 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [APINotes] Remove unused API (PR #98943)

2024-07-16 Thread Egor Zhdan via cfe-commits
egorzhdan wrote: Yeah, I can't see any usages of this in the past few years. It was probably used a long while ago. https://github.com/llvm/llvm-project/pull/98943 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/

[clang] [APINotes] Remove unused API (PR #98943)

2024-07-15 Thread Saleem Abdulrasool via cfe-commits
https://github.com/compnerd approved this pull request. Sounds good. I wonder if this was used at one point and we removed that? https://github.com/llvm/llvm-project/pull/98943 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.

[clang] [APINotes] Remove unused API (PR #98943)

2024-07-15 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Egor Zhdan (egorzhdan) Changes This method is not actually used anywhere. --- Full diff: https://github.com/llvm/llvm-project/pull/98943.diff 1 Files Affected: - (modified) clang/include/clang/APINotes/Types.h (-7) ``diff dif

[clang] [APINotes] Remove unused API (PR #98943)

2024-07-15 Thread Egor Zhdan via cfe-commits
https://github.com/egorzhdan created https://github.com/llvm/llvm-project/pull/98943 This method is not actually used anywhere. >From 4010859ca13a79d55a7b47f9363ee32870b7f1ef Mon Sep 17 00:00:00 2001 From: Egor Zhdan Date: Mon, 15 Jul 2024 19:37:13 +0100 Subject: [PATCH] [APINotes] Remove unus