yamaguchi added inline comments.
================ Comment at: llvm/utils/TableGen/OptParserEmitter.cpp:314 for (const std::string &Pref : R.getValueAsListOfStrings("Prefixes")) { - OS << "bool ValuesWereAdded = "; + OS << "ValuesWereAdded = "; OS << "Opt.addValues("; ---------------- ruiu wrote: > Why do you have to change this? The previous code looks nicer. Because I got an error that ValuesWereAdded are defined several times. https://reviews.llvm.org/D36820 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits