Skip to content

Commit bdcb819

Browse files
Erich KeaneAaronBallman
andauthored
Aaron's suggestion to remove llvm::
Co-authored-by: Aaron Ballman <[email protected]>
1 parent e190e73 commit bdcb819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Util {
7777
}
7878

7979
static constexpr DeclContextDesc MakeDeclContextDesc(Decl::Kind K,
80-
llvm::StringRef SR) {
80+
StringRef SR) {
8181
return DeclContextDesc{K, SR};
8282
}
8383

0 commit comments

Comments
 (0)