jansvoboda11 added inline comments.

================
Comment at: clang/include/clang/Driver/Options.td:3583
 
+def fexec_charset : Separate<["-"], "fexec-charset">, MetaVarName<"<charset>">,
+  HelpText<"Set the execution <charset> for string and character literals. "
----------------
Could you switch to the option marshalling infrastructure? 
https://clang.llvm.org/docs/InternalsManual.html#adding-new-command-line-option
Adding `MarshallingInfoString<LangOpts<"ExecCharset">>` here should do the 
trick. You can then delete the option parsing in `CompilerInvocation.cpp`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93031/new/

https://reviews.llvm.org/D93031

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to