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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits