summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add path mappings functionalitySam McCall2020-01-071-0/+1
* [clangd] (take 2) Try harder to find a plausible `clang` as argv0, particular...Sam McCall2019-12-061-0/+1
* [clangd] Shutdown cleanly on signals.Sam McCall2019-11-271-0/+1
* [clangd] Untangle Hover from XRefs, move into own file.Sam McCall2019-11-191-0/+1
* clang-tidy: Don't repeat list of all checks in three places.Nico Weber2019-09-271-20/+1
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Dmitri Gribenko2019-09-271-0/+1
* Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...Dmitri Gribenko2019-09-261-1/+0
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Stephane Moore2019-09-261-0/+1
* [clangd] Move the existing heder-source-switch implemenation out of clangdSer...Haojian Wu2019-09-251-0/+1
* Implement semantic selections.Utkarsh Saxena2019-09-161-0/+1
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-041-0/+1
* [clangd] Add targetDecl(), which determines what declaration an AST node refe...Sam McCall2019-09-031-0/+1
* [clangd] Link more clang-tidy modules to clangdHaojian Wu2019-08-231-0/+2
* Revert "Revert r366458, r366467 and r366468"Kadir Cetinkaya2019-07-191-0/+1
* Revert r366458, r366467 and r366468Azharuddin Mohammed2019-07-191-1/+0
* [clangd] Refactor background-index shard loadingKadir Cetinkaya2019-07-181-0/+1
* [clangd] Add priorities to background index queue, extract to separate classSam McCall2019-07-111-1/+2
* [clangd] Rewrite of logic to rebuild the background index serving structures.Sam McCall2019-07-091-0/+1
* [clangd] Added functionality for getting semantic highlights for variable and...Johan Vikstrom2019-06-261-0/+1
* [clangd] Enable extraction of system includes from custom toolchainsKadir Cetinkaya2019-06-261-0/+1
* [clangd] Link and initialize target infosKadir Cetinkaya2019-06-261-0/+1
* [clangd] Collect tokens of main files when building the ASTIlya Biryukov2019-06-191-0/+1
* [clangd] Revamp textDocument/onTypeFormatting.Sam McCall2019-06-101-0/+1
* [clangd] Add RelationSlabNathan Ridge2019-06-031-0/+1
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-251-1/+1
* [clangd] Introduce intermediate representation of formatted textIlya Biryukov2019-05-071-0/+1
* [clangd] Move Rename into its own file, and add unit test. NFCSam McCall2019-05-071-0/+1
* [clangd][xpc] Cannonicalize value of CLANGD_BUILD_XPC before cachingJan Korous2019-05-021-0/+2
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-2/+18
* Use a cmake check for linux that actually works.Nico Weber2019-04-041-1/+1
* Make clangd-fuzzer use the normal add_llvm_fuzzer() machineryNico Weber2019-04-041-1/+2
* Moved Ref into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* Moved SymbolOrigin into its own header and implementation fileDmitri Gribenko2019-02-281-2/+3
* Moved SymbolLocation into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* [clangd] Lib to compute and represent selection under cursor.Sam McCall2019-02-011-0/+1
* [clangd] Interfaces for writing code tweaksIlya Biryukov2019-01-291-0/+3
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+1
* [clangd] XPC transport layerJan Korous2019-01-161-0/+11
* [clangd] Fix detecting atomics in stand-alone buildsMichal Gorny2019-01-031-0/+5
* [clangd] Avoid memory-mapping files on WindowsIlya Biryukov2018-12-031-0/+1
* [clangd][NFC] Move SymbolID to a separate fileJan Korous2018-11-271-0/+1
* [clangd] Initial implementation of expected typesIlya Biryukov2018-11-261-0/+1
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-161-0/+1
* [clangd] Initial clang-tidy diagnostics support.Sam McCall2018-11-161-0/+18
* [clangd] Lay JSONRPCDispatcher to rest.Sam McCall2018-10-181-2/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-0/+1
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-1/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-0/+1
OpenPOWER on IntegriCloud