summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/CodeCompletionStrings.h
AgeCommit message (Expand)Author
2018-08-17[clangd] Show function documentation in signature helpIlya Biryukov
2018-08-14NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev
2018-06-22[clangd] More precise representation of symbol names/labels in the index.Sam McCall
2018-06-22[clangd] Remove FilterText from the index.Sam McCall
2018-05-24[clangd] Serve comments for headers decls from dynamic index onlyIlya Biryukov
2018-05-16[clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov
2017-12-20[clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu