From 10434f307cda8270e65687bb35ed65ca70924463 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 2 May 2015 02:08:26 +0000 Subject: [modules] Remove dead code from Module for tracking macro import locations. llvm-svn: 236376 --- clang/lib/Lex/Preprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Lex/Preprocessor.cpp') diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index 1251e982533..21dccd127bf 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -752,7 +752,7 @@ void Preprocessor::LexAfterModuleImport(Token &Result) { if (getLangOpts().Modules) { Imported = TheModuleLoader.loadModule(ModuleImportLoc, ModuleImportPath, - Module::MacrosVisible, + Module::Hidden, /*IsIncludeDirective=*/false); if (Imported) makeModuleVisible(Imported, ModuleImportLoc); -- cgit v1.2.3