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
/
merge-template-friend
/
friend.h
blob
97fb758b437ee607ff2f108fc09b5761a2cf5825
1
namespace
ns
{
template
<
typename T
>
class
C
; };
2
class
A
{
3
template
<
typename T
>
friend class
::
ns
::
C
;
4
};