[all-commits] [llvm/llvm-project] 160959: Turn off clang-format for `enum class errc`, as it...

Dimitry Andric via All-commits all-commits at lists.llvm.org
Thu Dec 28 06:38:34 PST 2023


  Branch: refs/heads/users/DimitryAndric/libcxx-add-eintegrity
  Home:   https://github.com/llvm/llvm-project
  Commit: 1609594b8ae294662af47547930adfb08d1573e7
      https://github.com/llvm/llvm-project/commit/1609594b8ae294662af47547930adfb08d1573e7
  Author: Dimitry Andric <dimitry at andric.com>
  Date:   2023-12-28 (Thu, 28 Dec 2023)

  Changed paths:
    M libcxx/include/__system_error/errc.h

  Log Message:
  -----------
  Turn off clang-format for `enum class errc`, as it gets confused by the
`_LIBCPP_DECLARE_STRONG_ENUM` macro. Also, go back to the nicely aligned
errno values, and indent the synopsis part similar to the actual code.




More information about the All-commits mailing list