]> granicus.if.org Git - clang/commit
Add the notion of "framework" modules to module maps. Framework
authorDouglas Gregor <dgregor@apple.com>
Thu, 17 Nov 2011 22:09:43 +0000 (22:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 17 Nov 2011 22:09:43 +0000 (22:09 +0000)
commita865405e4155e8ea83d7ff1a1d8316907c300897
treea62c24be2002ff7be85c34afc0de4cebbf63602d
parenta4581a120cbcc373b02f13ef744591679f0c2d8c
Add the notion of "framework" modules to module maps. Framework
modules (obviously) describe frameworks, and understand the header
layout of frameworks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144921 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/ModuleMap.h
lib/Lex/ModuleMap.cpp
test/Modules/Inputs/DependsOnModule.framework/Headers/other.h [new file with mode: 0644]
test/Modules/Inputs/DependsOnModule.framework/module.map [new file with mode: 0644]