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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
template-nontrivial0.h
blob
cff080ee5cc28078082a899be91b976533406a18
1
template
<
class
T
>
2
struct
Class0
{
3
Class0
();
4
Class0
(
const
Class0
<
T
> &);
5
~
Class0
();
6
T
*
p
;
7
};
8
9
struct
S0
{
10
id x
;
11
};
12
13
Class0
<
S0
>
returnNonTrivial
();