[clang] [Driver] Add ExclusiveGroup feature to multilib.yaml. (PR #69447)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 18 04:10:54 PDT 2023
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff ebdb0cbef5e9be57237403c46bfdbe985313bb1c 5b3289a7ad40850cbe1c438345a181b01c500639 -- clang/include/clang/Driver/Multilib.h clang/lib/Driver/Multilib.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/include/clang/Driver/Multilib.h b/clang/include/clang/Driver/Multilib.h
index 46f23a2ff..6a9533e6d 100644
--- a/clang/include/clang/Driver/Multilib.h
+++ b/clang/include/clang/Driver/Multilib.h
@@ -53,8 +53,7 @@ public:
/// sysroot string so they must either be empty or begin with a '/' character.
/// This is enforced with an assert in the constructor.
Multilib(StringRef GCCSuffix = {}, StringRef OSSuffix = {},
- StringRef IncludeSuffix = {},
- const flags_list &Flags = flags_list(),
+ StringRef IncludeSuffix = {}, const flags_list &Flags = flags_list(),
StringRef ExclusiveGroup = {});
/// Get the detected GCC installation path suffix for the multi-arch
``````````
</details>
https://github.com/llvm/llvm-project/pull/69447
More information about the cfe-commits
mailing list