Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesThis commit fixes the IdentifierIterator to actually include identifiersfrom a PCH or precompiled preamble when there is also a
Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesThis commit fixes the IdentifierIterator to actually include identifiersfrom a PCH or precompiled preamble when there is also a global moduleindex. This was causing code-completion (outside of C++) andtypo-correction to be missing global identifiers defined in thePCH/preamble. Typo-correction has been broken since we first startedusing the module index, whereas code-completion only started relying onidentifier iterator in r232793.rdar://problem/25642879llvm-svn: 268471
show more ...