Files
clang-p2996/clang/test/Modules/Inputs/normal-module-map/Umbrella/module.map
Douglas Gregor 322f633c1c 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-08 18:00:48 +00:00

3 lines
50 B
Plaintext

module Umbrella {
umbrella header "Umbrella.h"
}