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
/
gmodules-preferred-name-typedef.h
blob
0072a1d7b79eba7058abb327d69a7bcde5699319
1
template
<
typename T
>
struct
Foo
;
2
3
typedef
Foo
<
char
>
Bar
;
4
5
template
<
typename T
>
struct
[[
clang
::
preferred_name
(
Bar
)]]
Foo
{};
6
7
template
<
typename T
>
struct
Baz
{
Foo
<
char
>
member
; };