This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cd3fec58a4 [Analyzer] Commit fix for rL341790/rC341790 new 9a74d9fcc6 [clang] Make sure codecompletion is called for calls even wh [...]
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 +++++ lib/Parse/ParseDecl.cpp | 7 +++++++ lib/Parse/ParseExpr.cpp | 11 ++++++++++ lib/Parse/ParseExprCXX.cpp | 22 +++++++++++++++++--- lib/Parse/ParseOpenMP.cpp | 7 +++++++ lib/Sema/CodeCompleteConsumer.cpp | 4 ++++ test/CodeCompletion/function-overloads.cpp | 27 +++++++++++++++++++++++++ test/Index/complete-block-property-assignment.m | 9 ++++++++- 8 files changed, 88 insertions(+), 4 deletions(-) create mode 100644 test/CodeCompletion/function-overloads.cpp