[PATCH] D41674: [Support] CommandLine API -- Allow creating custom parsers for fundamental types

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 01:16:09 PST 2018


serge-sans-paille added a comment.

+1 for this patch.

I have the feeling that the virtual qualifier on printOptionDiff could be avoided, as this method does not seem to be called through base class at any point ?


https://reviews.llvm.org/D41674





More information about the llvm-commits mailing list