You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when using bear (https://github.com/rizsotto/Bear) you get compile_commands.jsons without the command json object but with an "arguments" array. this patch will check if the command object is available and if not create it out of the arguments array:
Hi.
Thank you very much for the advice! I'll add the arguments support soon, until that feel free to use this patch.
I'll close the issue when it lands to the master branch.
Hi, when using bear (https://github.com/rizsotto/Bear) you get compile_commands.jsons without the command json object but with an "arguments" array. this patch will check if the command object is available and if not create it out of the arguments array:
CompileCommandsCompilationUnitsParser.cpp: (Line 116):
CompilationUnit cu;
The text was updated successfully, but these errors were encountered: