Tweak the syntax of umbrella headers, so that "umbrella" is treated asa modifier for a header declarartion, e.g., umbrella header "headername"Collapse the umbrella-handling code in the parser i
Tweak the syntax of umbrella headers, so that "umbrella" is treated asa modifier for a header declarartion, e.g., umbrella header "headername"Collapse the umbrella-handling code in the parser into theheader-handling code, so we don't duplicate the header-search logic.llvm-svn: 146159
show more ...
When searching for a module, speculatively load module maps to see ifthe module is described in one of the module maps in a search path orin a subdirectory off the search path that has the same nam
When searching for a module, speculatively load module maps to see ifthe module is described in one of the module maps in a search path orin a subdirectory off the search path that has the same name as themodule we're looking for.llvm-svn: 144433