enum class Sema::CheckConstexprKind

Declared at: clang/include/clang/Sema/Sema.h:2876

Enumerators

NameValueComment
Diagnose0Diagnose issues that are non-constant or that are extensions.
CheckValid1Identify whether this function satisfies the formal rules for constexpr functions in the current lanugage mode (with no extensions).