]> granicus.if.org Git - clang/commit
[modules] Make sure macros get made visible in the top-level file if we've got
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Jun 2015 21:29:55 +0000 (21:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Jun 2015 21:29:55 +0000 (21:29 +0000)
commit1f3612abf43d6b5f56d6c52f8dc682f3ba346c4d
tree76862b48a5ebfeff3ec9d9450207f09b6203a86f
parent396b8ddda7d8170a33058a4a6cdcbd85d84f6560
[modules] Make sure macros get made visible in the top-level file if we've got
local submodule visibility enabled; that top-level file might not actually be
the module includes buffer if use of prebuilt modules is disabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241120 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/PPLexerChange.cpp
test/Modules/Inputs/submodule-visibility/a.h
test/Modules/Inputs/submodule-visibility/b.h
test/Modules/submodule-visibility.cpp