Skip to main content
Module

x/libclang/CXCompilationDatabase.ts

Deno FFI bindings for libclang
Latest
import * as libclang from "https://deno.land/x/libclang@1.0.0-beta.8/CXCompilationDatabase.ts";

Classes

A compilation database holds all information used to compile files in a project. For each file in the database, it can be queried for the working directory or the command line used for the compiler invocation.

Interfaces

Represents the command line invocation to compile a specific file.

Mapping from source path to source content for a compiler invocation.