Constructor
IdeCompileCommandsnew
Description
Creates a new IdeCompileCommands
object which can be used to parse
clang-style compile commands database files (compile_commands.json).
Return value
Type: IdeCompileCommands
The newly created IdeCompileCommands
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |