[clang] [clang] Introduce `SemaObjC` (PR #89086)

2024-05-13 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll closed https://github.com/llvm/llvm-project/pull/89086 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Introduce `SemaObjC` (PR #89086)

2024-05-13 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman approved this pull request. LGTM! CC @rjmccall for any last-minute concerns. https://github.com/llvm/llvm-project/pull/89086 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [clang] Introduce `SemaObjC` (PR #89086)

2024-04-17 Thread Vlad Serebrennikov via cfe-commits
Endilll wrote: Removing `ObjC` from the names of functions inside `SemaObjC` in an obvious next step we can take, but I'm leaving this for a subsequent PR, because this one is large enough already. https://github.com/llvm/llvm-project/pull/89086 ___

[clang] [clang] Introduce `SemaObjC` (PR #89086)

2024-04-17 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 458328ae23d318a5055d5bac66426b8551bce01f 520b7fe2990ab92169e718647181499577410ac4 --

[clang] [clang] Introduce `SemaObjC` (PR #89086)

2024-04-17 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Vlad Serebrennikov (Endilll) Changes This is continuation of efforts to split `Sema` up, following the example of OpenMP, OpenACC, etc. Context can be found in https://github.com/llvm/llvm-project/pull/82217 and