[all-commits] [llvm/llvm-project] 52310c: [libc++][NFC] Reformat features.py

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jun 13 10:25:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52310ce9c1673cf01ebf8d77dc83b052c3b1b8c6
      https://github.com/llvm/llvm-project/commit/52310ce9c1673cf01ebf8d77dc83b052c3b1b8c6
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libc++][NFC] Reformat features.py

This file was reformatted using the Black tool, which led to entirely
unreadable code due to how lines are broken. Formatting tools are fine,
but not when they lead to code that humans have trouble reading. In the
case of features.py, a lot of it was meant to be aligned in a repetitive
but consistent way to make the structure of the code stand out.
Reformatting with the tool lost that property.

Differential Revision: https://reviews.llvm.org/D152737




More information about the All-commits mailing list