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-members
/
b1.h
blob
3828e267edde79b17bb3a963e3d15a6fd168745d
1
#include
"a1.h"
2
3
// Add update record for definition of A<int> and constructors.
4
// We need an eagerly-emitted use here to get the problematic
5
// deserialization ordering.
6
N
::
A
<
int
>
b1
;