[libcxx-commits] [libcxx] [libc++] Add FreeBSD-specific EINTEGRITY errc value (PR #76364)
Dimitry Andric via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 28 06:13:05 PST 2023
DimitryAndric wrote:
It's very strange. If you use `#ifdef`, clang-format formats as you would expect it, i.e. one enum value per line. If you use `#if defined(FOO)` it suddenly starts to concatenate as many enum values on one line as fit in 120 chars. Maybe we should disable clang-format for this particular piece of code?
https://github.com/llvm/llvm-project/pull/76364
More information about the libcxx-commits
mailing list