[PATCH] D101878: [git-clang-format] Do not apply clang-format to symlinks
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 13:40:31 PDT 2021
curdeius 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):
----------------
Is this print supposed to stay or is it a remnant of print-debugging?
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