This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f43724c Formatting with clang-format patch r280701 new 12212b9 Modules: Fix an assertion in DeclContext::buildLookup.
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/AST/DeclBase.cpp | 10 ++++++---- test/Modules/Inputs/lookup-assert/Base.h | 4 ++++ test/Modules/Inputs/lookup-assert/Derive.h | 3 +++ test/Modules/Inputs/lookup-assert/H3.h | 1 + test/Modules/Inputs/lookup-assert/module.map | 4 ++++ test/Modules/lookup-assert.m | 10 ++++++++++ 6 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 test/Modules/Inputs/lookup-assert/Base.h create mode 100644 test/Modules/Inputs/lookup-assert/Derive.h create mode 100644 test/Modules/Inputs/lookup-assert/H3.h create mode 100644 test/Modules/Inputs/lookup-assert/module.map create mode 100644 test/Modules/lookup-assert.m