This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 93d27e3812 [Coverage] Always emit unused coverage mappings in the same order. new 979ce58814 [Sema] Ignore decls in namespaces when global decls are not wanted.
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/Driver/CC1Options.td | 2 ++ include/clang/Sema/CodeCompleteConsumer.h | 9 +++++++-- include/clang/Sema/CodeCompleteOptions.h | 17 +++++++++++------ lib/Frontend/CompilerInvocation.cpp | 2 ++ lib/Sema/SemaCodeComplete.cpp | 11 +++++++---- test/CodeCompletion/ignore-ns-level-decls.cpp | 21 +++++++++++++++++++++ 6 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 test/CodeCompletion/ignore-ns-level-decls.cpp