[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-11 Thread Brad Smith via cfe-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/68349 >From c01c08f813264327f1c641b4aa49ea7a20dd45cd Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 5 Oct 2023 16:09:04 -0400 Subject: [PATCH] [Driver] Group together linker options using addAllArgs --- clang/lib/

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-10 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/68349 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-10 Thread Fangrui Song via cfe-commits
MaskRay wrote: Replace with `AddAllArgs` with `addAllArgs` while you are changing these lines. Most `*Arg` options actually use the proper lower-case but some `Add*` ones are weird... https://github.com/llvm/llvm-project/pull/68349 ___ cfe-commits ma

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-05 Thread Brad Smith via cfe-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/68349 >From c333fbefacc648600fbf84466a60a20cb2331fc3 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 5 Oct 2023 16:09:04 -0400 Subject: [PATCH] [Driver] Group together usage of AddAllArgs --- clang/lib/Driver/ToolC

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-05 Thread Brad Smith via cfe-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/68349 >From c4a869323ede651b71dc514199cee112279b0ce9 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 5 Oct 2023 16:09:04 -0400 Subject: [PATCH] [Driver] Group together usage of AddAllArgs --- clang/lib/Driver/ToolC

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-05 Thread Brad Smith via cfe-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/68349 >From 74ad5f7b60f7e78e524311c5dbbce16650d9d890 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 5 Oct 2023 16:09:04 -0400 Subject: [PATCH] [Driver] Group together usage of AddAllArgs --- clang/lib/Driver/ToolC

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-05 Thread Brad Smith via cfe-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/68349 >From 6542f6aae993dd186f736da7d3d2fcb54647f01f Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 5 Oct 2023 16:09:04 -0400 Subject: [PATCH] [Driver] Group together usage of AddAllArgs --- clang/lib/Driver/ToolC

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-05 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 7a46baa465c49db84b7b5f8fa9ab847ec1da3ce4 2403d91e2f4b8ed848a8af1103fd50ce4d36c926 --

[clang] [Driver] Group together usage of AddAllArgs (PR #68349)

2023-10-05 Thread Brad Smith via cfe-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/68349 None >From 2403d91e2f4b8ed848a8af1103fd50ce4d36c926 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 5 Oct 2023 16:09:04 -0400 Subject: [PATCH] [Driver] Group together usage of AddAllArgs --- clang/lib/Driver