appendOrError

Append the compiler flags if a match is found in the DB or error out.

  1. Nullable!(SearchResult) appendOrError(CompileCommandDB compile_db, const string[] cflags, const string input_file)
    @safe
    Nullable!(SearchResult)
    appendOrError
    @safe
    (
    ,
    const string[] cflags
    ,
    const string input_file
    )
  2. Nullable!(SearchResult) appendOrError(CompileCommandDB compile_db, const string[] cflags, const string input_file, const CompileCommandFilter flag_filter)

Meta