Commit graph

3 commits

Author SHA1 Message Date
Andrew Newman 0dc0af5f31 qtcreator: 4.10.0 -> 4.11.0 2019-12-21 19:28:12 +03:00
Andrew Newman 1eafac2ac6 qtcreator 4.9.1 -> 4.10.0 (#70573)
Added optional withClangPlugins to disable clang plugins compilation
and, therefore, vendor clang dependency.
2019-11-05 12:00:42 -05:00
Andrew Newman 6365fa1eb9 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.
2019-06-10 12:35:16 +03:00