Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3ff62fe45bf5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 129fbd755017
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 30, 2019

  1. clang_39: fix build w/gcc9

    Ma27 committed Dec 30, 2019
    Copy the full SHA
    2e5fd9f View commit details
    Browse the repository at this point in the history
  2. clang_4: fix build w/gcc9

    As noted in the incorporated patch, name collisions between lambda
    arguments and lambda captures cause compilation failures in GCC9[1].
    
    The issue has been fixed in a later version of CLang, unfortunately the
    relevant patches weren't backported to the versions 3.9 and 4.0[2].
    
    [1] http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2211
    [2] llvm-mirror/clang@bb177a9#diff-d63bede6ed85300ad2aaf4eaee571456L6278
    Ma27 committed Dec 30, 2019
    Copy the full SHA
    129fbd7 View commit details
    Browse the repository at this point in the history