sourcegraph / lsif-clang

Language Server Indexing Format (LSIF) generator for C, C++ and Objective C
https://lsif.dev/
35 stars 8 forks source link

infer project root automatically if not specified #15

Closed shrouxm closed 4 years ago

shrouxm commented 4 years ago

Right now users are required to specify the project root using the --project-root command line flag, but this is almost always $(pwd). If not supplied, we should use the working directory.

aidaeology commented 4 years ago

@gbrik What is the status of this issue, was this resolved with the 3.20 milestone or does it still need work? If it's resolved and longer a problem then please mark as closed and link the relevant PR.

shrouxm commented 4 years ago

Still a minor TODO.

shrouxm commented 4 years ago

Fixed by eaaa8f4f1259f3f955537e0c0355938f9765f0cd.