This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 90199139dc Fix scope of namespaced DISubprograms when the function defi [...] new bd2320f5d1 [modules] When creating a declaration, cache its owning modu [...]
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: include/clang/AST/Decl.h | 10 ----- include/clang/AST/DeclBase.h | 14 ++++++ include/clang/Basic/LangOptions.h | 5 +++ include/clang/Sema/Sema.h | 4 +- lib/AST/ASTDumper.cpp | 6 +-- lib/AST/Decl.cpp | 4 +- lib/AST/DeclBase.cpp | 10 +++-- lib/Sema/Sema.cpp | 9 ++-- lib/Sema/SemaDecl.cpp | 15 +++++++ lib/Sema/SemaLookup.cpp | 57 ------------------------ test/Modules/Inputs/submodule-visibility/b.h | 6 ++- test/Modules/Inputs/submodule-visibility/other.h | 9 ++++ test/Modules/submodule-visibility.cpp | 9 ++++ 13 files changed, 73 insertions(+), 85 deletions(-)