]> granicus.if.org Git - clang/commit
[CodeComplete] Report location of opening parens for signature help
authorIlya Biryukov <ibiryukov@google.com>
Thu, 30 Aug 2018 13:08:03 +0000 (13:08 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 30 Aug 2018 13:08:03 +0000 (13:08 +0000)
commit8cd8ed88f9c9e6644b7a7b15ae59f3a640103fed
tree675063cbe1a5c9d727de08f1a7296ecef2fc1dcf
parent1e76ac204b57958e4c85763bb78eba1c46ecf252
[CodeComplete] Report location of opening parens for signature help

Summary: Used in clangd.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: ioeric, kadircet, cfe-commits

Differential Revision: https://reviews.llvm.org/D51436

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341063 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/Sema.h
lib/Frontend/ASTUnit.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/paren_locs.cpp [new file with mode: 0644]
tools/libclang/CIndexCodeCompletion.cpp