[flang-commits] [clang] [flang] [Flang] Adding -ffree-line-length-<value> flag (PR #192941)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon Apr 20 09:58:52 PDT 2026


================
@@ -822,13 +823,15 @@ static bool parseFrontendArgs(FrontendOptions &opts, llvm::opt::ArgList &args,
       diags.Report(clang::diag::err_drv_negative_columns)
----------------
tarunprabhu wrote:

The name `err_drv_negative_columns` here is really confusing because the error message actually references all invalid values. Do you mind fixing this? It is not strictly related to this PR, but we might as well fix this while we are here to make the code more readable. Perhaps `err_drv_invalid_columns`?

https://github.com/llvm/llvm-project/pull/192941


More information about the flang-commits mailing list