mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Remove an additional comma that crashes ccls
parent
5b6351c2d2
commit
67460ce964
2
FAQ.md
2
FAQ.md
@ -44,7 +44,7 @@ If you want the ccls binary at a specific location use a symlink - do not move t
|
||||
If you want to specify additional search paths:
|
||||
|
||||
* `print '%clang\n%cpp -std=gnu++17\n-isystem/tmp/include' > .ccls`
|
||||
* emacs-ccls: `(setq ccls-extra-init-params '(:clang (:extraArgs ["-isystem", "/tmp/include"])))`
|
||||
* emacs-ccls: `(setq ccls-extra-init-params '(:clang (:extraArgs ["-isystem" "/tmp/include"])))`
|
||||
|
||||
### `-std=c++1z` `-std=c++17` `bits/unordered_map.h`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user