enum class Sema::CompleteTypeKind
Declared at: clang/include/clang/Sema/Sema.h:2211
Enumerators
Name | Value | Comment |
---|---|---|
Normal | 0 | Apply the normal rules for complete types. In particular, treat all sizeless types as incomplete. |
AcceptSizeless | 1 | Relax the normal rules for complete types so that they include sizeless built-in types. |
Default | 1 | Relax the normal rules for complete types so that they include sizeless built-in types. |