[PATCH] D43805: Optionally use nameless IR types

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 20:36:04 PST 2018


sepavloff added inline comments.


================
Comment at: include/clang/Driver/Options.td:644
+  HelpText<"Whether to use IR type names (option: auto, none, use)">,
+  Values<"auto,none,use">;
+
----------------
rsmith wrote:
> Having "none" and "use" as values for the same option seems like a category error. always / never / auto would make some sense, though.
Indeed. Will change it.


Repository:
  rC Clang

https://reviews.llvm.org/D43805





More information about the cfe-commits mailing list