[libcxx-commits] [PATCH] D153416: [libc++] Fix the check-format job
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 21 15:00:10 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb3569280586a: [libc++] Fix the check-format job (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153416/new/
https://reviews.llvm.org/D153416
Files:
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -198,7 +198,7 @@
${GIT_CLANG_FORMAT} \
--diff \
--extensions ',h,hpp,c,cpp,cppm,inc,ipp' HEAD~1 \
- -- $(find libcxx/{benchmarks,include,modules,src}/ -type f | grep -vf libcxx/utils/data/ignore_format.txt) \
+ -- $(find libcxx/{benchmarks,include,modules,src} -type f | grep -vf libcxx/utils/data/ignore_format.txt) \
| tee ${BUILD_DIR}/clang-format.patch
# Check if the diff is empty, fail otherwise.
! grep -q '^--- a' ${BUILD_DIR}/clang-format.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153416.533413.patch
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230621/6bd0bb2c/attachment.bin>
More information about the libcxx-commits
mailing list