ΒΆbool getFileRemappingsFromFileList(
    std::vector<std::pair<std::string,
                          std::string>>& remap,
    ArrayRef<llvm::StringRef> remapFiles,
    clang::DiagnosticConsumer* DiagClient)

Description

Get the set of file remappings from a list of files with remapping info.

Declared at: clang/include/clang/ARCMigrate/ARCMT.h:86

Parameters

std::vector<std::pair<std::string, std::string>>& remap
ArrayRef<llvm::StringRef> remapFiles
clang::DiagnosticConsumer* DiagClient

Returns

false if no error is produced, true otherwise.