ΒΆinline std::error_code parseConfiguration(
    llvm::StringRef Config,
    clang::format::FormatStyle* Style,
    bool AllowUnknownOptions = false)

Description

Like above but accepts an unnamed buffer.

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

Parameters

llvm::StringRef Config
clang::format::FormatStyle* Style
bool AllowUnknownOptions = false