This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 13cb2b7774 [analyzer] [tests] Remove empty folders in reference results [...] new 56a61ff5cc [analyzer] Use the same filename for the header and the impl [...] new 8e62a65f20 [modules] Retain multiple using-directives in the same scope [...]
The 2 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: .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 2 +- ...{BugReporterVisitor.h => BugReporterVisitors.h} | 6 ++-- lib/AST/Decl.cpp | 8 ----- lib/Sema/SemaLookup.cpp | 6 ++-- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 2 +- test/Modules/using-directive-redecl.cpp | 37 ++++++++++++++++++++++ 6 files changed, 45 insertions(+), 16 deletions(-) rename include/clang/StaticAnalyzer/Core/BugReporter/{BugReporterVisitor.h => BugR [...] create mode 100644 test/Modules/using-directive-redecl.cpp