Skip to content

Commit db20ca9

Browse files
committed
Merge branch 'wrong-address-taking' of https://github.com/Fznamznon/llvm into wrong-address-taking
2 parents 640d162 + 3017bd8 commit db20ca9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/SemaSYCL/wrong-address-taking.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ int main() {
135135
// expected-note@+2 {{called by 'operator()'}}
136136
// expected-error@+1 {{taking address of a function not marked with 'intel::device_indirectly_callable' attribute is not allowed in SYCL device code}}
137137
templateCaller1<badFoo>(1);
138-
139138
});
140139
});
141140
myQueue.submit([&](sycl::handler &h) {

0 commit comments

Comments
 (0)