[][src]Function rust_code_analysis::fix_includes

pub fn fix_includes<S: BuildHasher>(
    files: &mut HashMap<PathBuf, PreprocFile, S>,
    all_files: &HashMap<String, Vec<PathBuf>, S>
)

Constructs a dependency graph of the include directives in a C/C++ file.

The dependency graph is built using both preprocessor data and not extracted from the considered C/C++ files.