This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6bd4c22 [modules][debuginfo] Only include imported modules when targe [...] new 8e46615 Fix CodeCompletion & TypoCorrection when combining a PCH with [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Serialization/ASTReader.cpp | 61 +++++++++++++++++----- .../CodeCompletion/Inputs/ModuleA/module.modulemap | 4 ++ test/CodeCompletion/Inputs/ModuleA/moduleA.h | 1 + test/CodeCompletion/Inputs/import_moduleA.h | 2 + test/CodeCompletion/pch-and-module.m | 37 +++++++++++++ test/Modules/Inputs/module.map | 2 + test/{PCH => Modules}/Inputs/typo.h | 2 +- test/Modules/typo.m | 8 +++ 8 files changed, 104 insertions(+), 13 deletions(-) create mode 100644 test/CodeCompletion/Inputs/ModuleA/module.modulemap create mode 100644 test/CodeCompletion/Inputs/ModuleA/moduleA.h create mode 100644 test/CodeCompletion/Inputs/import_moduleA.h create mode 100644 test/CodeCompletion/pch-and-module.m copy test/{PCH => Modules}/Inputs/typo.h (72%) create mode 100644 test/Modules/typo.m