Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass PartialOverloading argument to the correct corresponding parameter | Eric Fiselier | 2018-12-11 | 1 | -0/+16 |
| | | | | llvm-svn: 348864 | ||||
* | [clang] Make sure codecompletion is called for calls even when inside a token. | Kadir Cetinkaya | 2018-09-10 | 1 | -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 |