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

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 06:00:39 PDT 2022


probinson added a comment.

The option handling in clang-format itself would need to be updated as well.



================
Comment at: clang/docs/ClangFormat.rst:29
 
   USAGE: clang-format [options] [<file> ...]
 
----------------
MyDeveloperDay wrote:
> if response files are so common place why not say it here 
> 
> `clang-format [options] [@file]`
> 
> I personally don't believe we need to document how a shell works
Pretty sure it's not the shell doing the expansion here?  Certainly Clang has explicit code for deciding between gnu-style and windows-style handling.


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