Nix/doc/manual/src/contributing
Rebecca Turner d8a2b06e20
Remove clang11Stdenv
Clang 11 doesn't have support for three-way-comparisons (<=>, "spaceship
operator", "consistent comparisons") and is older than `clangStdenv`.

`clangStdenv` is currently 12 on FreeBSD and Android and 16 on other
platforms:

32e718f00c/pkgs/top-level/all-packages.nix (L16629-L16644)

Let's start by removing Clang 11 from our distribution. Next we can
consider upgrading to Clang 17, which fully supports the spaceship
operator:

https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html#what-s-new-in-clang-release
2024-01-04 11:43:56 -08:00
..
cli-guideline.md Merge pull request #9478 from tweag/nix-config-check 2023-12-01 10:19:19 -05:00
cxx.md Split out worker protocol template definitions from declarations 2023-06-19 11:45:59 -04:00
documentation.md Merge pull request #9234 from fricklerhandwerk/doc-style-examples 2023-11-02 09:49:38 -04:00
experimental-features.md Single page for experimental feature descriptions 2023-04-09 11:01:23 -04:00
hacking.md Remove clang11Stdenv 2024-01-04 11:43:56 -08:00
index.md Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
testing.md Move tests to separate directories, and document 2023-12-01 10:48:58 -05:00