dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
ParsedCompileCommand
dextool
compilation_db
user_filerange
The flags in the CompileCommand are extracted and parsed.
@
safe
struct
ParsedCompileCommand {
CompileCommand
cmd
;
ParseFlags
flags
;
}
Members
Variables
cmd
CompileCommand
cmd
;
Undocumented in source.
flags
ParseFlags
flags
;
Undocumented in source.
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
The flags in the CompileCommand are extracted and parsed.