ΒΆbool ParseUTF8InvalidSpecifier(
    const char* SpecifierBegin,
    const char* FmtStrEnd,
    unsigned int& Len)

Description

Returns true if the invalid specifier in \p SpecifierBegin is a UTF-8 string; check that it won't go further than \p FmtStrEnd and write up the total size in \p Len.

Declared at: clang/lib/AST/FormatStringParsing.h:69

Parameters

const char* SpecifierBegin
const char* FmtStrEnd
unsigned int& Len