dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
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 compilation_db, string[] cflags, string input_file, Compiler user_compiler)
@
safe
@
safe
Nullable
!(
SearchResult
)
appendOrError
(
ref
CompileCommandDB
compilation_db
,
const
string
[]
cflags
,
const
string
input_file
,
const
Compiler
user_compiler
=
Compiler.init
)
Nullable
!
SearchResult
appendOrError
(CompileCommandDB compilation_db, string[] cflags, string input_file, CompileCommandFilter flag_filter, Compiler user_compiler)
Meta
Source
See Implementation
dextool
compilation_db
modules
system_compiler
user_filerange
functions
appendOrError
defaultCompilerFlagFilter
find
fromArgCompileDb
fromFile
fromFiles
orDefaultDb
parseFlag
toCompileCommand
toCompileCommandDB
toString
manifest constants
raw_dummy1
raw_dummy2
raw_dummy3
raw_dummy4
raw_dummy5
structs
AbsoluteCompileDbDirectory
CompileCommand
CompileCommandDB
CompileCommandFilter
CompileCommandSearch
CompileDbFile
FilterClangFlag
ParseFlags
SearchResult
variables
defaultCompilerFilter
dummy_dir
dummy_path
Append the compiler flags if a match is found in the DB or error out.