================
@@ -1366,6 +1366,13 @@ static QualType 
ConvertDeclSpecToType(TypeProcessingState &state) {
     break;
 #include "clang/Basic/OpenCLImageTypes.def"
 
+#define NEON_VECTOR_TYPE(Name, BaseType, ElBits, NumEls, VectorKind)           
\
+  case DeclSpec::TST_##Name:                                                   
\
+    Result = Context.getVectorType(Context.BaseType, ElBits, VectorKind);      
\
----------------
davemgreen wrote:

ElBits -> NumEls

https://github.com/llvm/llvm-project/pull/126945
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to