analyze

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool analyze(string[] fileNames, StaticAnalysisConfig config, string errorFormat, StringCache cache, ModuleCache moduleCache, bool staticAnalyze)
  2. MessageSet analyze(string fileName, Module m, StaticAnalysisConfig analysisConfig, ModuleCache moduleCache, const(Token)[] tokens, bool staticAnalyze)
    analyze
    (
    string fileName
    ,
    const Module m
    ,,
    ref ModuleCache moduleCache
    ,
    const(Token)[] tokens
    ,
    bool staticAnalyze = true
    )

Meta