diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-01-03 17:07:34 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-01-03 17:07:34 +0000 |
commit | ad01b31b942517d1b3d4f190fd131f845c27ce34 (patch) | |
tree | 66ac743f5ce1ea42c470c6bd16aed213a3c9abb6 /clang/lib/Lex/Preprocessor.cpp | |
parent | 2f197adeeb9765fb23a2da7b38da664c4e82276a (diff) | |
download | bcm5719-llvm-ad01b31b942517d1b3d4f190fd131f845c27ce34.tar.gz bcm5719-llvm-ad01b31b942517d1b3d4f190fd131f845c27ce34.zip |
Add a "Modules" language option, which subsumes the previous
"AutoModuleImport" preprocessor option and is tied to -fmodules.
llvm-svn: 147448
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
-rw-r--r-- | clang/lib/Lex/Preprocessor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index 90b67984665..08d8b920d17 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -130,7 +130,6 @@ void Preprocessor::Initialize(const TargetInfo &Target) { KeepComments = false; KeepMacroComments = false; SuppressIncludeNotFoundError = false; - AutoModuleImport = false; // Macro expansion is enabled. DisableMacroExpansion = false; |