Adding an option for disabling -Wdocumentation
when building swift itself
#69154
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
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?The text was updated successfully, but these errors were encountered: