]> granicus.if.org Git - clang/commit
When building a module from a module map that isn't simply an umbrella
authorDouglas Gregor <dgregor@apple.com>
Wed, 16 Nov 2011 17:04:00 +0000 (17:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 16 Nov 2011 17:04:00 +0000 (17:04 +0000)
commit261e75bd10198c336aded42f0398a13f7bf88889
tree9829080d3d5fb7745963899c8536c8b406f2f1da
parent30bb420cfe1801742a2ecb242c3b0167d81752d0
When building a module from a module map that isn't simply an umbrella
header, create our own in-memory buffer to parse all of the
appropriate headers, and use that to build the module. This isn't
end-to-end testable yet; that's coming next.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144797 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
lib/Frontend/FrontendActions.cpp
test/Modules/normal-module-map.cpp