dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
appendOrError
dextool
compilation_db
Append the compiler flags if a match is found in the DB or error out.
Nullable
!(
SearchResult
)
appendOrError
(
CompileCommandDB
compile_db
,
const
string
[]
cflags
,
const
string
input_file
)
@
safe
Nullable
!(
SearchResult
)
appendOrError
@
safe
(
CompileCommandDB
compile_db
,
const
string
[]
cflags
,
const
string
input_file
)
Nullable
!(
SearchResult
)
appendOrError
(
CompileCommandDB
compile_db
,
const
string
[]
cflags
,
const
string
input_file
,
const
CompileCommandFilter
flag_filter
)
Meta
Source
See Implementation
dextool
compilation_db
functions
appendOrError
defaultCompilerFlagFilter
find
fromArgCompileDb
orDefaultDb
parseFlag
structs
AbsoluteCompileDbDirectory
CompileCommand
CompileCommandDB
CompileDbFile
ParseFlags
Append the compiler flags if a match is found in the DB or error out.