We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CMake internal flag -H is replaced by -S officially since 3.13
Fix #964
Updated Build (markdown)
Update wiki, install dep to avoid missing `libclangBasic.a` file.
Add a step in between the MSYS2 commands. Add a workaround for missing clang/stdc++ lib files after building ccls
Fedora no longer has a ccls package (unmaintained since Fedora 34 release cycle)
Avoid hardcoding `/usr/local` as the prefix where Homebrew is installed.
Added `mingw-w64-x86_64-mlir` and `mingw-w64-x86_64-clang-analyzer` as the subsequent cmake command returns an error since it can't find the files included in those extra packages.
Build: update macOS
For Ubuntu 20.04, need libclang-10-dev package for ccls build
Build: Simplify CMAKE_PREFIX_PATH
fix apt-get command typo
Adding Ubuntu 20.04 instructions
Build: mention -DCLANG_LINK_CLANG_DYLIB=on -DLLVM_LINK_LLVM_DYLIB=on for Arch Linux
Build: mention -DCLANG_LINK_CLANG_DYLIB=1 for Gentoo
Add '-DLLVM_ENABLE_PROJECTS=clang' in Build Clang+LLVM from the git monorepo section
MSYS2 build way missing dependency
Added instructions for alpine linux
Ccls was added to the Arch linux Community repo
ccls now available in Gentoo out of the box
Added note to "Build clang+llvm by yourself" section of Windows setup, for clarity.
ccls doesn't work properly on recent MacOSs, there's a tip to sovle this problem.
Build: mention /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
Build: update FreeBSD to use devel/llvm90
add `-DLLVM_ENABLE_PROJECTS=clang` to "Build clang+llvm by yourself" section
Build: mention Chocolatey
llvm monorepo & releases/prereleases