[PATCH] D43805: Optionally use nameless IR types
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 6 20:25:44 PST 2018
rsmith 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">;
+
----------------
Having "none" and "use" as values for the same option seems like a category error. always / never / auto would make some sense, though.
Repository:
rC Clang
https://reviews.llvm.org/D43805
More information about the cfe-commits
mailing list