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
/
submodules-merge-defs
/
import-and-redefine.h
blob
8d695bc45f4dae2558edd5aba62128340c506628
1
// Trigger import of definitions, but don't make them visible.
2
#include
"empty.h"
3
4
// Now parse the definitions again.
5
#include
"defs.h"