enum class LangOptions::LaxVectorConversionKind

Declared at: clang/include/clang/Basic/LangOptions.h:295

Enumerators

NameValueComment
None0Permit no implicit vector bitcasts.
Integer1Permit vector bitcasts between integer vectors with different numbers of elements but the same total bit-width.
All2Permit vector bitcasts between all vectors with the same total bit-width.