clang_getRemappings

Retrieve a remapping.

\param path the path that contains metadata about remappings.

\returns the requested remapping. This remapping must be freed via a call to \c clang_remap_dispose(). Can return NULL if an error occurred.

extern (C) @nogc @trusted nothrow pure
clang_getRemappings
(
const(char)* path
)

Meta