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
93d5d3b5db
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
diagnostics-aux.modulemap
4 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[modules] Restrict the module use-declaration to only appear in top-level modules, and allow sub-modules of a module with a use-declaration to make use of the nominated modules. llvm-svn: 233323
2015-03-27 06:10:01 +08:00
module foo {}
[modules] When diagnosing errors in module map files found by 'extern module' declarations, show how we got to that module map file. llvm-svn: 242105
2015-07-14 10:06:01 +08:00
extern module external "diagnostics-aux-2.modulemap"