Files
clang-p2996/clang/test/Modules/Inputs/normal-module-map/Umbrella2/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

4 lines
53 B
Plaintext

module Umbrella2 {
umbrella header "Umbrella2.h"
}