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

Christoph Kindl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 12:07:26 PST 2018


ckristo added inline comments.


================
Comment at: include/llvm/Support/CommandLine.h:1054-1056
+  //void printOptionDiff(const Option &O, StringRef V, const OptVal &Default,
+  //                     size_t GlobalWidth) const;
+
----------------
I'll remove these three lines in the next revision -- this slipped through code cleanup, sorry!


https://reviews.llvm.org/D41674





More information about the llvm-commits mailing list