enum InitializationSequence::SequenceKind

Description

Describes the kind of initialization sequence computed.

Declared at: clang/include/clang/Sema/Initialization.h:791

Enumerators

NameValueComment
FailedSequence0A failed initialization sequence. The failure kind tells what happened.
DependentSequence1A dependent initialization, which could not be type-checked due to the presence of dependent types or dependently-typed expressions.
NormalSequence2A normal sequence.