mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 00:55:08 +00:00
Note that the clang resource directory is hard-coded into ccls
parent
517427649f
commit
655269f1d2
2
FAQ.md
2
FAQ.md
@ -107,6 +107,8 @@ For CMake this can be achieved in a single line: `target_include_directories(<ta
|
||||
|
||||
#### Verify the Clang Resource Directory is correct
|
||||
|
||||
The clang resource directory is hard-coded into ccls at compile time.
|
||||
|
||||
Use the `--log-file` command line option to generate a log file and look for
|
||||
the line `initialize.cc:nnn I use -resource-dir=<path>`. Make sure the path
|
||||
`<path>` still exists and you can locate the file `<path>/include/stddef.h`.
|
||||
|
Loading…
Reference in New Issue
Block a user