MLIR
20.0.0git
|
Compilation information for a specific file within the database. More...
#include "mlir/Tools/lsp-server-support/CompilationDatabase.h"
Public Member Functions | |
FileInfo ()=default | |
FileInfo (std::vector< std::string > &&includeDirs) | |
Public Attributes | |
std::vector< std::string > | includeDirs |
The include directories available for the file. More... | |
Compilation information for a specific file within the database.
Definition at line 40 of file CompilationDatabase.h.
|
default |
|
inline |
Definition at line 42 of file CompilationDatabase.h.
std::vector<std::string> mlir::lsp::CompilationDatabase::FileInfo::includeDirs |
The include directories available for the file.
Definition at line 46 of file CompilationDatabase.h.