Refactor frontend InputKind to prepare for treating module maps as a distinct kind...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 26 Apr 2017 18:57:40 +0000 (18:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 26 Apr 2017 18:57:40 +0000 (18:57 +0000)
commit40c0efa5152b2dfd80d0a9e106a89c6231cbe2da
tree04a018ce3ef250cbc9f179be60652ee5175eff0f
parent088d001f05e62a393fd0ae2fa064db547e28664e
Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input.

No functionality change intended.

llvm-svn: 301442
12 files changed:
clang/include/clang/Frontend/FrontendOptions.h
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Frontend/FrontendAction.cpp
clang/lib/Frontend/FrontendActions.cpp
clang/lib/Frontend/FrontendOptions.cpp
clang/lib/Frontend/InitPreprocessor.cpp
clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
clang/unittests/Frontend/CodeGenActionTest.cpp
clang/unittests/Frontend/FrontendActionTest.cpp