[flang-commits] [clang] [flang] [Flang] Adding -ffree-line-length-<value> flag (PR #192941)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Tue Apr 21 02:22:53 PDT 2026
================
@@ -286,6 +286,10 @@ struct FrontendOptions {
// source file.
int fixedFormColumns = 72;
+ // The column after which characters are ignored in free form lines in the
+ // source file.
+ int freeFormColumns = 1000000;
----------------
JDPailleux wrote:
Yes exactly for the number. I'll put a comment.
https://github.com/llvm/llvm-project/pull/192941
More information about the flang-commits
mailing list