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

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 06:40:31 PDT 2022


MyDeveloperDay added a comment.

Its Is a minor point, but when using --files, the shell will allow me to autocomplete..

   clang-format -verbose -n -files ./cla<TAB>
   clang-format -verbose -n -files ./clang/d<TAB>
   etc...
  
  all the way to the file
   clang-format -verbose -n -files ./clang/docs/tools/clang-formatted-files.txt

with @ I have to be pixel perfect in my path..  so I'm more likely to go wrong

  clang-format -verbose -n @./cla<TAB> does nothing.

that feels like a positive for the `--files`.


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