]> granicus.if.org Git - clang/commit
Add a "Modules" language option, which subsumes the previous
authorDouglas Gregor <dgregor@apple.com>
Tue, 3 Jan 2012 17:07:34 +0000 (17:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 3 Jan 2012 17:07:34 +0000 (17:07 +0000)
commit752c74d99b647710a495c2ff5f815c30a30c3264
tree42ac3431c9f5f67aff0f4af542b977f3ff71e88f
parentc514a8a0eaa575cf46b038cc27fa1e4e8c22f89a
Add a "Modules" language option, which subsumes the previous
"AutoModuleImport" preprocessor option and is tied to -fmodules.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147448 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
include/clang/Frontend/PreprocessorOptions.h
include/clang/Lex/Preprocessor.h
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/Preprocessor.cpp