summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CompileArgsCache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov2018-06-131-44/+0
| | | | | | | | | | | | | | | | | | | | | Summary: Caching is now handled by ClangdLSPServer and hidden behind the GlobalCompilationDatabase interface. This simplifies ClangdServer. This change also removes the SkipCache flag from addDocument, which is now obsolete. No behavioral changes are intended, the clangd binary still caches the compile commands on the first read. Reviewers: sammccall Reviewed By: sammccall Subscribers: mgorny, ioeric, MaskRay, jkorous, cfe-commits Differential Revision: https://reviews.llvm.org/D48068 llvm-svn: 334585
* [clangd] Fixed the file comment of new file. NFCIlya Biryukov2018-01-251-1/+1
| | | | llvm-svn: 323424
* [clangd] Added forgotten filesIlya Biryukov2018-01-251-0/+44
llvm-svn: 323423
OpenPOWER on IntegriCloud