| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-08 | [clang][CodeComplete] Fix crash on ParenListExprs | Kadir Cetinkaya | |
| Fixes https://github.com/clangd/clangd/issues/676. Differential Revision: https://reviews.llvm.org/D95935 | |||
| 2018-12-11 | Pass PartialOverloading argument to the correct corresponding parameter | Eric Fiselier | |
| llvm-svn: 348864 | |||
| 2018-09-10 | [clang] Make sure codecompletion is called for calls even when inside a token. | Kadir Cetinkaya | |
| 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 | |||
