Skip to content

Commit ff4e08c

Browse files
committed
[SYCL][NFC] Capitalize SYCL specification references
Signed-off-by: Alexey Bader <[email protected]>
1 parent 5334afc commit ff4e08c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ class Util {
5959
public:
6060
using DeclContextDesc = std::pair<clang::Decl::Kind, StringRef>;
6161

62-
/// Checks whether given clang type is a full specialization of the sycl
62+
/// Checks whether given clang type is a full specialization of the SYCL
6363
/// accessor class.
6464
static bool isSyclAccessorType(const QualType &Ty);
6565

66-
/// Checks whether given clang type is a full specialization of the sycl
66+
/// Checks whether given clang type is a full specialization of the SYCL
6767
/// sampler class.
6868
static bool isSyclSamplerType(const QualType &Ty);
6969

70-
/// Checks whether given clang type is the sycl stream class.
70+
/// Checks whether given clang type is the SYCL stream class.
7171
static bool isSyclStreamType(const QualType &Ty);
7272

7373
/// Checks whether given clang type is declared in the given hierarchy of

0 commit comments

Comments
 (0)