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: eff932e22b09
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6365fa1eb97f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 10, 2019

  1. qtcreator: add clang code model compilation

    Clang code model provides user with services: code completion,
    syntactic and semantic highlighting, diagnostics, outline of symbols,
    tooltips, renaming of local symbols. It's naturally depends on llvm and clang.
    To make it work with nixos:
    1. Add qt version of clang as build dependency.
    2. Added patch for clang libc++ regexp trunk regexp not including path
    like "libc++-version".
    3. Fixed paths to llvm/clang libraries and includes.
    4. Fixed name of clazy clang plugin.
    deadloko authored and abbradar committed Jun 10, 2019
    Copy the full SHA
    6365fa1 View commit details
    Browse the repository at this point in the history