ΒΆllvm::Expected<tooling::Replacements>
formatReplacements(
    llvm::StringRef Code,
    const tooling::Replacements& Replaces,
    const clang::format::FormatStyle& Style)

Description

Returns the replacements corresponding to applying and formatting\p Replaces on success; otheriwse, return an llvm::Error carrying llvm::StringError.

Declared at: clang/include/clang/Format/Format.h:4121

Parameters

llvm::StringRef Code
const tooling::Replacements& Replaces
const clang::format::FormatStyle& Style