dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds good - possible flag def improvement with `BoolOption`.



================
Comment at: clang/include/clang/Driver/Options.td:5317-5319
+def no_clear_ast_before_backend : Flag<["-"], "no-clear-ast-before-backend">,
+  HelpText<"Don't clear the Clang AST before running backend code generation">,
+  MarshallingInfoNegativeFlag<CodeGenOpts<"ClearASTBeforeBackend">>;
----------------
Could you use/would it be handy to use a `BoolOption` for this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112100

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

Reply via email to