compilationDatabase

This is the data structure for storing the compilation database. It stores a mapping from the File to the list of files that have to be included to their path, specified by the parameter in the compilation database. This is currently only used by the CXXLanguageFrontend.

[CompilationDatabase.Companion.fromFile can be used to construct a new compilation database from a file.