[PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 20 08:36:11 PST 2016
aaron.ballman added a comment.
Mostly looks good, except I do still have the question about list delimiters that I'd like to hear some thoughts on. My primary concern is that I hope to avoid having different separators for different lists, and I wonder whether we want a common "parse a list of stuff" interface for the options that then gets used by functions like parseHeaderFileExtensions() to do sanitization of the list as-needed.
http://reviews.llvm.org/D16113
More information about the cfe-commits
mailing list