]> granicus.if.org Git - clang/commit
[modules] Frontend support for building a header module from a list of
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 15 Sep 2018 01:21:15 +0000 (01:21 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 15 Sep 2018 01:21:15 +0000 (01:21 +0000)
commit84853833c24ba9c1b5196d4c556e353781b8d789
tree9c8b0dac6d49a4523ed41b86d2404375d31a462c
parent74afe0c6779c6ae024d076636230605f92675f39
[modules] Frontend support for building a header module from a list of
headaer files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342304 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
include/clang/Frontend/FrontendAction.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
include/clang/Lex/ModuleMap.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendAction.cpp
lib/Frontend/FrontendActions.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/Lex/ModuleMap.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp
test/Modules/Inputs/no-module-map/a.h [new file with mode: 0644]
test/Modules/Inputs/no-module-map/b.h [new file with mode: 0644]
test/Modules/no-module-map.cpp [new file with mode: 0644]