This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
3503d84ae0
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
wildcard-submodule-exports
/
C_one.h
5 lines
41 B
C
Raw
Normal View
History
Unescape
Escape
Use @import rather than @__experimental_modules_import, since the latter is rather a mess to type. llvm-svn: 169919
2012-12-12 06:11:52 +08:00
@
import
A
.
One
;
@
import
B
.
One
;
Implement support for wildcard exports in modules, allowing a module to re-export anything that it imports. This opt-in feature makes a module behave more like a header, because it can be used to re-export the transitive closure of a (sub)module's dependencies. llvm-svn: 145811
2011-12-06 01:28:06 +08:00
long
*
C1
;