Creates a compilation database from the database found in directory buildDir. For example, CMake can output a compile_commands.json which can be used to build the database.
It must be freed by \c clang_CompilationDatabase_dispose.
See Implementation
Creates a compilation database from the database found in directory buildDir. For example, CMake can output a compile_commands.json which can be used to build the database.
It must be freed by \c clang_CompilationDatabase_dispose.