This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from eb4212181c [clang-refactor] Introduce a new rename rule for qualified symbols new 55570a3383 Moved QualTypeNames.h from Tooling to AST. new 84f05ebee7 Avoid printing some redundant name qualifiers in completion
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: .../clang/{Tooling/Core => AST}/QualTypeNames.h | 25 +++++++++++++----- lib/AST/CMakeLists.txt | 1 + lib/{Tooling/Core => AST}/QualTypeNames.cpp | 13 +--------- lib/Sema/SemaCodeComplete.cpp | 7 +++-- lib/Tooling/Core/CMakeLists.txt | 1 - test/CodeCompletion/call.cpp | 4 +-- test/CodeCompletion/qualifiers-as-written.cpp | 30 ++++++++++++++++++++++ test/CodeCompletion/uninstantiated_params.cpp | 2 +- test/Index/complete-cxx-inline-methods.cpp | 2 +- unittests/Tooling/QualTypeNamesTest.cpp | 2 +- 10 files changed, 60 insertions(+), 27 deletions(-) rename include/clang/{Tooling/Core => AST}/QualTypeNames.h (73%) rename lib/{Tooling/Core => AST}/QualTypeNames.cpp (96%) create mode 100644 test/CodeCompletion/qualifiers-as-written.cpp