[clang] [APINotes] Refactor: remove references to `ObjCContext...` (PR #98201)

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

[clang] [APINotes] Refactor: remove references to `ObjCContext...` (PR #98201)

2024-07-09 Thread Saleem Abdulrasool via cfe-commits
https://github.com/compnerd approved this pull request. https://github.com/llvm/llvm-project/pull/98201 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [APINotes] Refactor: remove references to `ObjCContext...` (PR #98201)

2024-07-09 Thread Egor Zhdan via cfe-commits
https://github.com/egorzhdan updated https://github.com/llvm/llvm-project/pull/98201 >From d90ff1e2ff914a6086fe06578594de7cfc11b2af Mon Sep 17 00:00:00 2001 From: Egor Zhdan Date: Tue, 9 Jul 2024 19:53:08 +0100 Subject: [PATCH] [APINotes] Refactor: remove references to `ObjCContext...` API Not

[clang] [APINotes] Refactor: remove references to `ObjCContext...` (PR #98201)

2024-07-09 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 915372a8db7a8d7a1af19cc9ec6ccb5a0d592d1f 1553f723572322e4cab6c776ab1f0c7175adc495 --

[clang] [APINotes] Refactor: remove references to `ObjCContext...` (PR #98201)

2024-07-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Egor Zhdan (egorzhdan) Changes API Notes now support in C++. In preparation for supporting C++ methods in API Notes, this change renames the remaining usages of `ObjCContextABC` into `ContextABC` to make it clear that those contexts might

[clang] [APINotes] Refactor: remove references to `ObjCContext...` (PR #98201)

2024-07-09 Thread Egor Zhdan via cfe-commits
https://github.com/egorzhdan created https://github.com/llvm/llvm-project/pull/98201 API Notes now support in C++. In preparation for supporting C++ methods in API Notes, this change renames the remaining usages of `ObjCContextABC` into `ContextABC` to make it clear that those contexts might a