|
clang
5.0.0
|
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. More... | |
| typedef void * | CXCompileCommands |
| Contains the results of a search in the compilation database. More... | |
| typedef void * | CXCompileCommand |
| Represents the command line invocation to compile a specific file. More... | |
Enumerations | |
| enum | CXCompilationDatabase_Error { CXCompilationDatabase_NoError = 0, CXCompilationDatabase_CanNotLoadDatabase = 1 } |
| Error codes for Compilation Database. More... | |
1.8.6