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
/
attr-external-source-symbol-cxx11.cpp
blob
3457c6a8f430a231191e3b83c30e441953e5f2b8
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
2
// expected-no-diagnostics
3
4
[[
clang
::
external_source_symbol
(
language
=
"Swift"
,
defined_in
=
"module"
)]]
5
void
function
() { }