enum LockErrorKind

Description

This enum distinguishes between different situations where we warn due to inconsistent locking. loop iterations. predecessors of a CFGBlock. function.

Declared at: clang/include/clang/Analysis/Analyses/ThreadSafety.h:85

Enumerators

NameValueComment
LEK_LockedSomeLoopIterations0
LEK_LockedSomePredecessors1
LEK_LockedAtEndOfFunction2
LEK_NotLockedAtEndOfFunction3