Skip to content

Commit e638f10

Browse files
author
Alexander Batashev
committed
Run clang-format
1 parent 1813143 commit e638f10

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3450,12 +3450,13 @@ bool Util::isSyclBufferLocationType(const QualType &Ty) {
34503450
const StringRef &PropertyName = "buffer_location";
34513451
const StringRef &InstanceName = "instance";
34523452
std::array<DeclContextDesc, 6> Scopes = {
3453-
Util::DeclContextDesc{Decl::Kind::Namespace, "cl"},
3454-
Util::DeclContextDesc{Decl::Kind::Namespace, "sycl"},
3455-
Util::DeclContextDesc{Decl::Kind::Namespace, "INTEL"},
3456-
Util::DeclContextDesc{Decl::Kind::Namespace, "property"},
3457-
Util::DeclContextDesc{Decl::Kind::CXXRecord, PropertyName},
3458-
Util::DeclContextDesc{Decl::Kind::ClassTemplateSpecialization, InstanceName}};
3453+
Util::DeclContextDesc{Decl::Kind::Namespace, "cl"},
3454+
Util::DeclContextDesc{Decl::Kind::Namespace, "sycl"},
3455+
Util::DeclContextDesc{Decl::Kind::Namespace, "INTEL"},
3456+
Util::DeclContextDesc{Decl::Kind::Namespace, "property"},
3457+
Util::DeclContextDesc{Decl::Kind::CXXRecord, PropertyName},
3458+
Util::DeclContextDesc{Decl::Kind::ClassTemplateSpecialization,
3459+
InstanceName}};
34593460
return matchQualifiedTypeName(Ty, Scopes);
34603461
}
34613462

0 commit comments

Comments
 (0)