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

Description

Get the set of file remappings from the \p outputDir path that migrateWithTemporaryFiles produced.

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

Parameters

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

Returns

false if no error is produced, true otherwise.