1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00
nix/doc/manual/src
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
..
advanced-topics Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
architecture Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
command-ref Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
contributing Remove clang11Stdenv 2024-01-04 11:43:56 -08:00
figures Move figures 2020-07-24 12:58:31 +02:00
installation Split --disable-tests, fix cross builds 2023-12-18 10:47:50 -05:00
language Change "dervation" typos to "derivation" 2023-12-26 17:12:28 -05:00
package-management Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
protocols Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
release-notes fix up release note 2023-12-04 16:42:32 +01:00
store fix links in stores overview 2023-12-02 00:56:41 +01:00
glossary.md document store paths 2023-11-02 06:01:51 +01:00
introduction.md Convert short nix options to long ones 2023-05-17 08:10:30 +01:00
quick-start.md shorten the quick start chapter 2023-12-01 00:42:34 +01:00
SUMMARY.md.in Document each store type on its own page 2023-12-01 01:27:52 +01:00