This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0884008c1c [clang-format] [PR43333] Fix C# breaking before function nam [...] new 60bc7b5041 [clang-format] [PR43338] C# clang format has space issues be [...] new 889c2156fe [CodeComplete] Ensure object is the same in compareOverloads()
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: lib/Format/FormatTokenLexer.cpp | 17 +++++++ lib/Format/FormatTokenLexer.h | 1 + lib/Format/TokenAnnotator.cpp | 14 +++--- lib/Sema/SemaCodeComplete.cpp | 3 ++ test/CodeCompletion/member-access-qualifiers.cpp | 13 ++++++ unittests/Format/FormatTestCSharp.cpp | 57 +++++++++++++++++++++++- 6 files changed, 98 insertions(+), 7 deletions(-) create mode 100644 test/CodeCompletion/member-access-qualifiers.cpp