This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e76ac204b AMDGPU: Default to hidden visibility new 8cd8ed88f9 [CodeComplete] Report location of opening parens for signature help
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/CodeCompleteConsumer.h | 9 +++++++-- include/clang/Sema/Sema.h | 6 ++++-- lib/Frontend/ASTUnit.cpp | 6 ++++-- lib/Parse/ParseDecl.cpp | 2 +- lib/Parse/ParseExpr.cpp | 8 +++++--- lib/Parse/ParseExprCXX.cpp | 4 ++-- lib/Parse/ParseOpenMP.cpp | 13 +++++++----- lib/Sema/CodeCompleteConsumer.cpp | 22 +++++++++++---------- lib/Sema/SemaCodeComplete.cpp | 24 +++++++++++----------- test/CodeCompletion/paren_locs.cpp | 33 +++++++++++++++++++++++++++++++ tools/libclang/CIndexCodeCompletion.cpp | 3 ++- 11 files changed, 91 insertions(+), 39 deletions(-) create mode 100644 test/CodeCompletion/paren_locs.cpp