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 e190e73 commit bdcb819Copy full SHA for bdcb819
clang/lib/Sema/SemaSYCL.cpp
@@ -77,7 +77,7 @@ class Util {
77
}
78
79
static constexpr DeclContextDesc MakeDeclContextDesc(Decl::Kind K,
80
- llvm::StringRef SR) {
+ StringRef SR) {
81
return DeclContextDesc{K, SR};
82
83
0 commit comments