summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/GlobalCompilationDatabaseTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-151/+0
* [clangd] Adjust compile commands to be applicable for toolingKadir Cetinkaya2019-03-081-7/+42
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-5/+6
* [clangd] Fix a regression issue caused by r348365.Haojian Wu2019-01-071-4/+7
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-2/+5
* [clangd] Allow observation of changes to global CDBs.Sam McCall2018-11-201-0/+17
* [clangd] Make in-memory CDB always available as an overlay, refactor.Sam McCall2018-11-021-0/+55
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-1/+2
* Parse .h files as objective-c++ if we don't have a compile command.Sam McCall2018-04-201-0/+37
OpenPOWER on IntegriCloud