mir-analyzer 0.1.0

Analysis engine for the mir PHP static analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod call;
pub mod cache;
pub mod class;
pub mod collector;
pub mod context;
pub mod dead_code;
pub mod expr;
pub mod generic;
pub mod narrowing;
pub mod parser;
pub mod project;
pub mod stmt;
pub mod stubs;
pub mod taint;

pub use project::{AnalysisResult, ProjectAnalyzer};