[PATCH] D101878: [git-clang-format] Do not apply clang-format to symlinks

Pirama Arumuga Nainar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 5 13:42:43 PDT 2021


pirama marked an inline comment as done.
pirama added inline comments.


================
Comment at: clang/tools/clang-format/git-clang-format:345
+  for filename in list(dictionary.keys()):
+    print(os.getcwd())
+    if os.path.islink(filename):
----------------
curdeius wrote:
> Is this print supposed to stay or is it a remnant of print-debugging?
Oops, can't believe it slipped through.  Sorry about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101878



More information about the cfe-commits mailing list