clang_getRemappingsFromFileList

\brief Retrieve a remapping.

\param filePaths pointer to an array of file paths containing remapping info.

\param numFiles number of file paths.

\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_getRemappingsFromFileList
(
const(char*)* filePaths
,)

Meta