llvm::IntegerInclusiveIntervalUtils::printIntervals

Print intervals to output stream.

Synopsis

Declared in <llvm/Support/IntegerInclusiveInterval.h>

void
printIntervals(
    raw_ostream& OS,
    ArrayRef<IntegerInclusiveInterval> Intervals,
    char Separator = ',');

Parameters

NameDescription
OSThe output stream to print to.
IntervalsThe intervals to print.
SeparatorThe separator character to use between intervals (i.e. ',' or ':').