This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7f60fc1e3a [CodeCompletion] NFC, extract a function that generates memb [...] new 27598ee4b7 [CodeCompletion] Provide member completions for dependent ex [...]
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/Sema/Sema.h | 3 +- lib/Sema/SemaCodeComplete.cpp | 13 +++++- lib/Sema/SemaLookup.cpp | 46 ++++++++++++++------ test/CodeCompletion/member-access.cpp | 80 +++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 16 deletions(-)