repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Parser
/
cuda-check-input-kind-assoc.cuh
blob
3c65453833faff979c04ff1bbfadfac095e6f5fa
1
// RUN: %clang_cc1 -fsyntax-only -Werror %s
2
3
// Check input kind association for cuh extension.
4
5
__attribute__((host, device)) void hd_fn() {}