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
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
module Umbrella2 {
|
|
umbrella header "Umbrella2.h"
|
|
}
|