This is to simplify the changes made in D122780. This diff was generated using the command:
clang-format include/__algorithm/sort.h -i
Paths
| Differential D122858
[libcxx][NFC] Format sort.h ClosedPublic Authored by nilayvaish on Mar 31 2022, 7:14 PM.
Details
Summary This is to simplify the changes made in D122780. This diff was generated using the command: clang-format include/__algorithm/sort.h -i
Diff Detail
Event TimelineComment Actions Folks, this is a formatting only change to enable further changes. Please take a look. This revision now requires changes to proceed.Apr 8 2022, 10:55 AM Comment Actions I'm fine with this -- the main reason is that we will be touching most lines of this file in the near future with the other sort-related patches. But let's not take this as a precedent to start running clang-format on a file before every patch. This revision is now accepted and ready to land.Apr 8 2022, 1:31 PM Comment Actions
Thanks Louis. Will keep this in mind. Can you commit this for me? I don't have the required permissions. Closed by commit rGf950ba004b96: [libcxx][NFC] Format sort.h (authored by nilayvaish, committed by ldionne). · Explain WhyApr 8 2022, 2:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 421630 libcxx/include/__algorithm/sort.h
|
Please don't change the formatting of these extern template declarations. They are more readable when they each fit on a single line.