[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


================
@@ -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;
----------------
tarunprabhu wrote:

Is this value significant in any way? Or is it intended to be just "some large number"? In either case, it would be good if the comment made this clear.

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


More information about the flang-commits mailing list