summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/function-overloads.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pass PartialOverloading argument to the correct corresponding parameterEric Fiselier2018-12-111-0/+16
| | | | llvm-svn: 348864
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+27
Summary: Currently CodeCompleteCall only gets called after a comma or parantheses. This patch makes sure it is called even at the cases like: ```foo(1^);``` Reviewers: ilya-biryukov, ioeric, hokein Reviewed By: ilya-biryukov Subscribers: MaskRay, jkorous, arphaman, cfe-commits Differential Revision: https://reviews.llvm.org/D51038 llvm-svn: 341824
OpenPOWER on IntegriCloud