nixpkgs/pkgs/development/compilers/llvm/15/clang
Adam Joseph 2e77eb8190 clang_15: fix build!=(host==target) cross compilation
clang_15 appears to not cross compile in the build!=(host==target)
case due to two problems, which this commit fixes:

- It trips -Wmaybe-uninitialized on recent gcc, but only in the
  build!=host case (likely due to #ifdefs)

- Two more buildPlatform tools have been added:
  clang-tidy-confusable-chars-gen and clang-pseudo-gen

Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>
2023-04-19 01:06:08 +00:00
..
default.nix clang_15: fix build!=(host==target) cross compilation 2023-04-19 01:06:08 +00:00
gnu-install-dirs.patch
purity.patch