ΒΆCXRemapping clang_getRemappingsFromFileList(
    const char** filePaths,
    unsigned int numFiles)

Description

Retrieve a remapping.

Declared at: clang/include/clang-c/Index.h:6140

Parameters

const char** filePaths
pointer to an array of file paths containing remapping info.
unsigned int 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.