dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
LimitFileRange
dextool
compilation_db
user_filerange
Undocumented in source.
@
safe
struct
LimitFileRange {
string
[]
missingFiles
;
ParsedCompileCommand
[]
commands
;
bool
isMissingFilesEmpty
();
ParsedCompileCommandRange
range
();
}
Members
Functions
isMissingFilesEmpty
bool
isMissingFilesEmpty
()
Undocumented in source. Be warned that the author may not have intended to support it.
range
ParsedCompileCommandRange
range
()
Variables
commands
ParsedCompileCommand
[]
commands
;
Undocumented in source.
missingFiles
string
[]
missingFiles
;
Files not found in the compile_commands database;
Meta
Source
See Implementation
dextool
compilation_db
user_filerange
aliases
CompileCommandsRange
ParsedCompileCommandRange
functions
addCompiler
addSystemIncludes
fileRange
find
limitFileRange
limitOrAllRange
parse
prependFlags
replaceCompiler
structs
LimitFileRange
ParsedCompileCommand
SimpleRange