-
- Downloads
[Support] Indent multi-line descr of enum cli options.
As noted in https://reviews.llvm.org/D93459, the formatting of multi-line descriptions of clEnumValN and the likes is unfavorable. Thus this patch adds support for correctly indenting these. Reviewed By: serge-sans-paille Differential Revision: https://reviews.llvm.org/D93494
Showing
- llvm/include/llvm/Support/CommandLine.h 13 additions, 0 deletionsllvm/include/llvm/Support/CommandLine.h
- llvm/lib/Support/CommandLine.cpp 19 additions, 6 deletionsllvm/lib/Support/CommandLine.cpp
- llvm/unittests/Support/CommandLineTest.cpp 22 additions, 0 deletionsllvm/unittests/Support/CommandLineTest.cpp
Loading
Please register or sign in to comment