llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Jacob Lambert (lamb-j) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/92027.diff 1 Files Affected: - (modified) clang/include/clang/Driver/Options.td (+2-2) ``````````diff diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index ed3f1b8b29810..c9d8a1f50fecf 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -1858,13 +1858,13 @@ defm apinotes : BoolOption<"f", "apinotes", LangOpts<"APINotes">, DefaultFalse, PosFlag<SetTrue, [], [ClangOption], "Enable">, NegFlag<SetFalse, [], [ClangOption], "Disable">, - BothFlags<[], [ClangOption, CC1Option], "external API notes support">>, + BothFlags<[], [ClangOption, CC1Option], " external API notes support">>, Group<f_clang_Group>; defm apinotes_modules : BoolOption<"f", "apinotes-modules", LangOpts<"APINotesModules">, DefaultFalse, PosFlag<SetTrue, [], [ClangOption], "Enable">, NegFlag<SetFalse, [], [ClangOption], "Disable">, - BothFlags<[], [ClangOption, CC1Option], "module-based external API notes support">>, + BothFlags<[], [ClangOption, CC1Option], " module-based external API notes support">>, Group<f_clang_Group>; def fapinotes_swift_version : Joined<["-"], "fapinotes-swift-version=">, Group<f_clang_Group>, Visibility<[ClangOption, CC1Option]>, `````````` </details> https://github.com/llvm/llvm-project/pull/92027 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits