analyze

For multiple files

  1. bool analyze(string[] fileNames, StaticAnalysisConfig config, bool staticAnalyze)
    bool
    analyze
    (
    string[] fileNames
    ,,
    bool staticAnalyze = true
    )
  2. MessageSet analyze(string fileName, Module m, StaticAnalysisConfig analysisConfig, bool staticAnalyze)

Return Value

Type: bool

true if there were errors or if there were warnings and staticAnalyze was true.

Meta