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
a58ff5117a
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
normal-module-map
/
Umbrella2
/
module.map
4 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
When searching for a module, speculatively load module maps to see if the module is described in one of the module maps in a search path or in a subdirectory off the search path that has the same name as the module we're looking for. llvm-svn: 144433
2011-11-12 08:05:07 +08:00
module Umbrella2 {
Tweak the syntax of umbrella headers, so that "umbrella" is treated as a modifier for a header declarartion, e.g., umbrella header "headername" Collapse the umbrella-handling code in the parser into the header-handling code, so we don't duplicate the header-search logic. llvm-svn: 146159
2011-12-09 02:00:48 +08:00
umbrella header "Umbrella2.h"
}