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 18adbbc commit 917695aCopy full SHA for 917695a
clang/lib/Sema/SemaSYCL.cpp
@@ -6745,8 +6745,8 @@ void SYCLIntegrationHeader::emit(raw_ostream &O) {
6745
Policy.SuppressDefinition = true;
6746
Policy.PolishForDeclaration = true;
6747
Policy.FullyQualifiedName = true;
6748
- Policy.EnforceScopeForElaboratedTypes = true;
6749
-
+ Policy.EnforceScopeForElaboratedTypes = true;
+
6750
// Now we need to print the declaration of the kernel itself.
6751
// Example:
6752
// template <typename T, typename = int> struct Arg {
0 commit comments