[clang] [clang] Add partial-inlining options (PR #73210)

2025-02-27 Thread via cfe-commits
https://github.com/Jolyon0202 closed https://github.com/llvm/llvm-project/pull/73210 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add partial-inlining options (PR #73210)

2025-02-27 Thread via cfe-commits
Jolyon0202 wrote: > @Jolyon0202 Your patch looks valid at first glance, but there is a merge > conflict. Could you resolve that please? Thx, I update a new merge request #129024 and close this old mr. https://github.com/llvm/llvm-project/pull/73210

[clang] [clang] Add partial-inlining options (PR #73210)

2025-02-14 Thread via cfe-commits
https://github.com/TiborGY requested changes to this pull request. Since this is adding a (pair of) command line option, it should be added to docs/ReleaseNotes.rst https://github.com/llvm/llvm-project/pull/73210 ___ cfe-commits mailing list cfe-commi

[clang] [clang] Add partial-inlining options (PR #73210)

2025-02-14 Thread via cfe-commits
TiborGY wrote: @Jolyon0202 Your patch looks valid at first glance, but there is a merge conflict. Could you resolve that please? https://github.com/llvm/llvm-project/pull/73210 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm

[clang] [clang] Add partial-inlining options (PR #73210)

2023-12-07 Thread via cfe-commits
Jolyon0202 wrote: This patch is used to adapt to many projects using gcc. https://github.com/llvm/llvm-project/pull/73210 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add partial-inlining options (PR #73210)

2023-11-23 Thread via cfe-commits
https://github.com/Jolyon0202 updated https://github.com/llvm/llvm-project/pull/73210 >From d5679e5dba708e8a54c63d63f3da6c92a6cf0aeb Mon Sep 17 00:00:00 2001 From: Jian Yang Date: Thu, 23 Nov 2023 12:54:52 +0800 Subject: [PATCH] [clang] Add partial-inlining options Adaptation of adding -fparti

[clang] [clang] Add partial-inlining options (PR #73210)

2023-11-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Jolyon (Jolyon0202) Changes Adaptation of adding -fpartial-inlining and -fno-partial-inlining options with GCC. --- Full diff: https://github.com/llvm/llvm-project/pull/73210.diff 3 Files Affected: - (modified) clang/include/cla

[clang] [clang] Add partial-inlining options (PR #73210)

2023-11-22 Thread via cfe-commits
https://github.com/Jolyon0202 created https://github.com/llvm/llvm-project/pull/73210 Adaptation of adding -fpartial-inlining and -fno-partial-inlining options with GCC. >From f525387d65a1cdee561f919b3351b528bd44a535 Mon Sep 17 00:00:00 2001 From: Jian Yang Date: Thu, 23 Nov 2023 12:54:52 +08