|
|
|
|
|
by sient
3135 days ago
|
|
Author here! Wasn't quite ready to post to HN yet since cquery is still in development, and I plan to eventually publish on the vscode marketplace so using cquery should be as simple as using the existing C/C++ extension. Let me know if you have any questions. |
|
I know that some tools, like YCM, attempt to intelligently map a header file to it's associated .cpp/.cc/.c file to guess what the compiler commands are, but this doesn't always work.
What is the state of generating compiler_commands.json for Chromium? I remember running into this issue a few years back.