================ @@ -3952,6 +3981,16 @@ bool CompilerInvocation::ParseLangArgs(LangOptions &Opts, ArgList &Args, } } + if (const Arg *const A = Args.getLastArg(OPT_fcf_branch_label_scheme_EQ)) { ---------------- kito-cheng wrote:
```suggestion if (const Arg *A = Args.getLastArg(OPT_fcf_branch_label_scheme_EQ)) { ``` ```suggestion if (const Arg *A = Args.getLastArg(OPT_fcf_branch_label_scheme_EQ)) { ``` For consistency with other site within this file. https://github.com/llvm/llvm-project/pull/109600 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits