[modules] When checking the include guard for a header, check whether it's
visible in the module we're considering entering. Previously we assumed that if we knew the include guard for a modular header, we'd already parsed it, but that need not be the case if a header is present in the current module and one of its dependencies; the result of getting this wrong was that the current module's submodule for the header would end up empty. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241953 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/Preprocessor.h 16 additions, 0 deletionsinclude/clang/Lex/Preprocessor.h
- lib/Lex/HeaderSearch.cpp 10 additions, 8 deletionslib/Lex/HeaderSearch.cpp
- test/Modules/Inputs/multiple-include/a.h 1 addition, 0 deletionstest/Modules/Inputs/multiple-include/a.h
- test/Modules/Inputs/multiple-include/b.h 3 additions, 0 deletionstest/Modules/Inputs/multiple-include/b.h
- test/Modules/Inputs/multiple-include/c.h 4 additions, 0 deletionstest/Modules/Inputs/multiple-include/c.h
- test/Modules/Inputs/multiple-include/module.modulemap 2 additions, 0 deletionstest/Modules/Inputs/multiple-include/module.modulemap
- test/Modules/Inputs/multiple-include/x.h 0 additions, 0 deletionstest/Modules/Inputs/multiple-include/x.h
- test/Modules/multiple-include.cpp 5 additions, 0 deletionstest/Modules/multiple-include.cpp
Loading
Please register or sign in to comment