summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Function.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove Bind, use C++14 lambda captures instead. NFCIlya Biryukov2019-08-161-56/+0
* [clangd] llvm::integer_sequence -> std::integer_sequence.Benjamin Kramer2019-08-151-1/+1
* Replace llvm::integer_sequence and friends with the C++14 standard versionBenjamin Kramer2019-08-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Delete stray semicolon. NFCFangrui Song2018-12-241-1/+0
* [clangd] Allow observation of changes to global CDBs.Sam McCall2018-11-201-0/+77
* [clangd] Replace UniqueFunction with llvm::unique_function.Benjamin Kramer2018-07-031-62/+4
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-0/+4
* [clangd] BindWithForward -> Bind. NFCSam McCall2018-02-231-2/+2
* [clangd] Replace homegrown make_scope_exit with one from ADTSam McCall2018-01-251-34/+0
* [clangd] Made UniqueFunction's bool conversion explicitIlya Biryukov2017-12-201-1/+1
* [clangd] Fix bool conversion operator of UniqueFunctionIlya Biryukov2017-12-131-1/+1
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-1/+39
* [clangd] Added missing #includes to Function.hIlya Biryukov2017-10-101-0/+3
* [clangd] Added forgotten return in UniqueFunction.Ilya Biryukov2017-10-101-1/+1
* [clangd] Fix compilation on gcc.Ilya Biryukov2017-10-101-2/+2
* [clangd] Added move-only function helpers.Ilya Biryukov2017-10-091-0/+136
OpenPOWER on IntegriCloud