Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an option for disabling -Wdocumentation when building swift itself #69154

Open
bc-lee opened this issue Oct 12, 2023 · 0 comments
Open
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels

Comments

@bc-lee
Copy link
Contributor

bc-lee commented Oct 12, 2023

Description

By default, the Swift compiler is built with the -Wdocumentation flag enabled unconditionally. However, there have been several reports, including mine, indicating that Clang's latest version crashes when the -Wdocumentation flag is enabled (llvm/llvm-project#67473, llvm/llvm-project#68524). Since this flag is not mandatory for building the Swift compiler, I believe it would be beneficial to introduce an option for disabling the -Wdocumentation flag. What do you think?

@bc-lee bc-lee added bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels labels Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
Projects
None yet
Development

No branches or pull requests

1 participant