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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to