[libcxx-commits] [PATCH] D150763: [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi
Tobias Hieta via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 17 02:10:40 PDT 2023
thieta created this revision.
thieta added reviewers: jhenderson, MatzeB, JDevlieghere, ldionne.
Herald added a project: All.
thieta requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
This is an ongoing series of commits that are reformatting our
Python code.
Reformatting is done with `black`.
If you end up having problems merging this commit because you
have made changes to a python file, the best way to handle that
is to run git checkout --ours <yourfile> and then reformat it
with black.
If you run into any problems, post to discourse about it and
we will try to help.
RFC Thread below:
https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150763
Files:
libcxx/test/libcxx/experimental/lit.local.cfg
libcxx/test/libcxx/input.output/file.streams/lit.local.cfg
libcxx/test/libcxx/input.output/filesystems/lit.local.cfg
libcxx/test/libcxx/input.output/iostream.format/lit.local.cfg
libcxx/test/libcxx/input.output/iostream.objects/lit.local.cfg
libcxx/test/libcxx/input.output/iostreams.base/lit.local.cfg
libcxx/test/libcxx/input.output/stream.buffers/lit.local.cfg
libcxx/test/libcxx/input.output/string.streams/lit.local.cfg
libcxx/test/libcxx/lit.local.cfg
libcxx/test/libcxx/localization/lit.local.cfg
libcxx/test/libcxx/selftest/additional_compile_flags/lit.local.cfg
libcxx/test/libcxx/selftest/dsl/lit.local.cfg
libcxx/test/std/depr/depr.ios.members/lit.local.cfg
libcxx/test/std/depr/depr.str.strstreams/lit.local.cfg
libcxx/test/std/experimental/lit.local.cfg
libcxx/test/std/input.output/file.streams/lit.local.cfg
libcxx/test/std/input.output/filesystems/lit.local.cfg
libcxx/test/std/input.output/input.output.general/lit.local.cfg
libcxx/test/std/input.output/iostream.format/lit.local.cfg
libcxx/test/std/input.output/iostream.forward/lit.local.cfg
libcxx/test/std/input.output/iostream.objects/lit.local.cfg
libcxx/test/std/input.output/iostreams.base/lit.local.cfg
libcxx/test/std/input.output/iostreams.requirements/lit.local.cfg
libcxx/test/std/input.output/stream.buffers/lit.local.cfg
libcxx/test/std/input.output/string.streams/lit.local.cfg
libcxx/test/std/iterators/stream.iterators/lit.local.cfg
libcxx/test/std/localization/lit.local.cfg
libcxx/test/std/re/lit.local.cfg
libcxx/test/std/strings/basic.string/string.nonmembers/string.io/lit.local.cfg
libcxxabi/test/native/arm-linux-eabi/lit.local.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150763.522960.patch
Type: text/x-patch
Size: 17143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230517/4441dad0/attachment-0001.bin>
More information about the libcxx-commits
mailing list