kiranchandramohan added inline comments.

================
Comment at: clang/include/clang/Driver/Options.td:4378
   HelpText<"Run the InputOuputTest action. Use for development and testing 
only.">;
+def fdebug_unparse_no_sema : Flag<["-"], "fdebug-unparse-no-sema">, 
Group<Action_Group>,
+  HelpText<"Unparse and stop (skips the semantic checks)">;
----------------
Does this flag actually mean, parse and construct the parse-tree and unparse 
and stop?

While the current name is OK now, when the rest of the pipeline (codegen, 
linking etc) is there will it be an issue?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99645

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

Reply via email to