clang_getRemappings

\brief 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)
clang_getRemappings
(
const(char)* path
)

Meta