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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
InterfaceStubs
/
lambda.cpp
blob
60093135655b47a2bb7abac877c68c368f2dcf70
1
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-interface-stubs -o - %s \
2
// RUN: | FileCheck %s
3
4
// CHECK: --- !ifs-v1
5
// CHECK-NEXT: IfsVersion: 3.0
6
// CHECK-NEXT: Target:
7
// CHECK-NEXT: Symbols:
8
// CHECK-NEXT: f", Type: Object, Size: 1 }
9
// CHECK-NEXT: ...
10
auto
f
= [](
void
*
data
) {
int
i
; };