[clang] [clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-14 Thread via cfe-commits
github-actions[bot] wrote: @bricknerb Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a buil

[clang] [clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-14 Thread Ilya Biryukov via cfe-commits
https://github.com/ilya-biryukov closed https://github.com/llvm/llvm-project/pull/111799 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-14 Thread Ilya Biryukov via cfe-commits
https://github.com/ilya-biryukov approved this pull request. LGTM, looks like a no-brainer. https://github.com/llvm/llvm-project/pull/111799 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com

[clang] [clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-14 Thread Boaz Brickner via cfe-commits
https://github.com/bricknerb updated https://github.com/llvm/llvm-project/pull/111799 >From cd82d15940ca3873d57de2e9f12e14c2544138dc Mon Sep 17 00:00:00 2001 From: bricknerb Date: Thu, 10 Oct 2024 07:44:19 + Subject: [PATCH] Move Sema::WarnedStackExhausted from public to private. --- clan

[clang] [clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-10 Thread Boaz Brickner via cfe-commits
https://github.com/bricknerb edited https://github.com/llvm/llvm-project/pull/111799 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Boaz Brickner (bricknerb) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/111799.diff 1 Files Affected: - (modified) clang/include/clang/Sema/Sema.h (+2-2) ``diff diff --git a/clang/include/clang/Sema/Sema.h

[clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-10 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] Move Sema::WarnedStackExhausted from public to private. (PR #111799)

2024-10-10 Thread Boaz Brickner via cfe-commits
https://github.com/bricknerb created https://github.com/llvm/llvm-project/pull/111799 None >From cd82d15940ca3873d57de2e9f12e14c2544138dc Mon Sep 17 00:00:00 2001 From: bricknerb Date: Thu, 10 Oct 2024 07:44:19 + Subject: [PATCH] Move Sema::WarnedStackExhausted from public to private. ---