ccls
ccls copied to clipboard
[Release] Release version does not work well on macOS Big Sur(11.4)
(https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ccls.rb) The last release version does not work well on macOS Big Sur, which produces bunch of errors while evaluating standard library(e.g. Errors between std::string allocator, std::ostream binary operator, etc...). However, the last commit works well. Maybe new release is necessary for mac ccls users.
Do you have clang 12.0.1 installed? Downgrading to 12.0.0 fixed this issue for me (on linux).
upd: probably this is the reason https://github.com/MaskRay/ccls/issues/817#issuecomment-885067117