[PATCH] D135115: [clang-format] update --files help description

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 00:48:59 PDT 2023


owenpan added inline comments.


================
Comment at: clang/docs/ClangFormat.rst:72-73
                                      Used only with --dry-run or -n
-    --files=<string>               - Provide a list of files to run clang-format
+    --files=<filename>             - A file containing a list of files to process, one
+                                     per line.
     -i                             - Inplace edit <file>s, if specified.
----------------
owenpan wrote:
> It should be edited in `ClangFormat.cpp` as this file is generated by `dump_format_help.py`.
Fixed in c47c480b1845.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135115/new/

https://reviews.llvm.org/D135115



More information about the cfe-commits mailing list