This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f051915 [CodeCompletion][NFC] Extract a function that formats block p [...] new 79d6d6a [CodeCompletion] Add a block property setter completion result
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/Parse/Parser.h | 5 ++ include/clang/Sema/CodeCompleteConsumer.h | 6 +- include/clang/Sema/Sema.h | 4 +- lib/Parse/ParseExpr.cpp | 7 +- lib/Parse/ParseStmt.cpp | 2 + lib/Sema/SemaCodeComplete.cpp | 89 +++++++++++++++++++------ test/Index/complete-block-property-assignment.m | 68 +++++++++++++++++++ 7 files changed, 153 insertions(+), 28 deletions(-) create mode 100644 test/Index/complete-block-property-assignment.m