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
/
PR27890
/
a.h
blob
9c6e5621160003674f1a7b80283d975f898d89bf
1
template
<
class
DataType
>
DataType
values
(
DataType
) {
__builtin_va_list ValueArgs
;
return
DataType
(); }
2
3
template
<
class
DataType
>
4
class
opt
{
5
public
:
6
template
<
class
Mods
>
7
opt
(
Mods
) {}
8
};
9