We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e9394 commit 7989829Copy full SHA for 7989829
clang/lib/Sema/SemaSYCL.cpp
@@ -942,7 +942,7 @@ class KernelObjVisitor {
942
if (KF_FOR_EACH(handleArrayType, Field, FieldTy))
943
VisitArrayElements(Field, FieldTy, handlers...);
944
} else if (FieldTy->isScalarType() || FieldTy->isUnionType() ||
945
- FieldTy->isVectorType())
+ FieldTy->isVectorType())
946
KF_FOR_EACH(handleSimpleType, Field, FieldTy);
947
else
948
KF_FOR_EACH(handleOtherType, Field, FieldTy);
0 commit comments