enum UnreachableKind

Description

Classifications of unreachable code.

Declared at: clang/include/clang/Analysis/Analyses/ReachableCode.h:40

Enumerators

NameValueComment
UK_Return0
UK_Break1
UK_Loop_Increment2
UK_Other3