[libcxx-commits] [libcxx] [libc++] Add FreeBSD-specific EINTEGRITY errc value (PR #76364)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 28 06:24:43 PST 2023
philnik777 wrote:
Yeah, I think you can just disable clang-format here. My guess is also that clang-format doesn't recognize it as an enum anymore. We should also document the linux-specific flags and guard them behind a `defined(__linux__)`, but that's probably out-of-scope for this patch. It would be good to file a bug report though.
https://github.com/llvm/llvm-project/pull/76364
More information about the libcxx-commits
mailing list