This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a38ba9770a Fix memory leak exposed by r304726. new 532a634d67 Fix crash when an 'import a module' TypoCorrection has its C [...]
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/Sema/SemaLookup.cpp | 13 ++++++------- .../Inputs/crash-typo-correction-visibility/module.h | 1 + .../crash-typo-correction-visibility/module.modulemap | 3 +++ test/Modules/crash-typo-correction-visibility.cpp | 10 ++++++++++ 4 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 test/Modules/Inputs/crash-typo-correction-visibility/module.h create mode 100644 test/Modules/Inputs/crash-typo-correction-visibility/module.modulemap create mode 100644 test/Modules/crash-typo-correction-visibility.cpp