================ @@ -394,6 +393,23 @@ defm init_global_zero : BoolOptionWithoutMarshalling<"f", "init-global-zero", PosFlag<SetTrue, [], [], "Zero initialize globals without default initialization (default)">, NegFlag<SetFalse, [], [], "Do not zero initialize globals without default initialization">>; +// -finit-local=<zero|nan|snan|0x<hex>> +// Initialize automatic (local, stack) variables that have no explicit or +// default initialization. -finit-local-zero is a GFortran compatibility alias +// for -finit-local=zero. ---------------- tarunprabhu wrote:
I don't think these comments are needed. The help text already explains this. https://github.com/llvm/llvm-project/pull/216164 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
