alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land.
Looks good with one nit. Thank you! ================ Comment at: clang-tidy/utils/OptionsUtils.h:21 @@ +20,3 @@ +/// \brief Parse a semicolon separated list of strings. +std::vector<std::string> parseStrings(StringRef Option); + ---------------- On the second thought, `parseStrings` is too vague. Maybe makes sense to rename to `parseStringList` (and `serializeStringList`). http://reviews.llvm.org/D19846 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits