Compilation Database Contributor

Identifier:
org.eclipse.cdt.managedbuilder.core.compilationDatabaseContributor

Description:
This extension point allows to add specific information to compile_commands.json file.

Configuration Markup:

<!ELEMENT extension ((compilationDatabase))+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT compilationDatabase EMPTY>

<!ATTLIST compilationDatabase

toolchainID CDATA #REQUIRED

runner      CDATA #REQUIRED>

Compilation Database for C/C++ projects