clang 20.0.0git
|
Go to the source code of this file.
Typedefs | |
typedef void * | CXCompilationDatabase |
A compilation database holds all information used to compile files in a project. | |
typedef void * | CXCompileCommands |
Contains the results of a search in the compilation database. | |
typedef void * | CXCompileCommand |
Represents the command line invocation to compile a specific file. | |
Enumerations | |
enum | CXCompilationDatabase_Error { CXCompilationDatabase_NoError = 0 , CXCompilationDatabase_CanNotLoadDatabase = 1 } |
Error codes for Compilation Database. More... | |