Skip to content

Commit

Permalink
[SYCL][NFC] Capitalize SYCL specification references
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Bader <[email protected]>
  • Loading branch information
bader committed May 27, 2019
1 parent 5334afc commit ff4e08c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/lib/Sema/SemaSYCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ class Util {
public:
using DeclContextDesc = std::pair<clang::Decl::Kind, StringRef>;

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

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

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

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

0 comments on commit ff4e08c

Please sign in to comment.