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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Index
/
pch-opaque-value.cpp
blob
ae6b6dc58853bac5a42192c18bf2f740f174733b
1
struct
S
{
2
S
();
3
S
(
int
);
4
S
(
const
S
&);
5
~
S
();
6
};
7
8
void
f
() {
9
try
{
10
}
catch
(
S e
) {
11
}
12
}
13
14
// RUN: c-index-test -write-pch %t.pch %s
15
// RUN: c-index-test -test-load-tu-usrs %t.pch local | FileCheck %s
16
// CHECK: pch-opaque-value.cpp c:pch-opaque-value.cpp@86@F@f#@e Extent=[10:12 - 10:15]